Loading sound/soc/soc-core.c +2 −0 Original line number Diff line number Diff line Loading @@ -4192,6 +4192,7 @@ int snd_soc_register_component(struct device *dev, return ret; } EXPORT_SYMBOL_GPL(snd_soc_register_component); /** * snd_soc_unregister_component - Unregister a component from the ASoC core Loading @@ -4217,6 +4218,7 @@ void snd_soc_unregister_component(struct device *dev) dev_dbg(dev, "ASoC: Unregistered component '%s'\n", cmpnt->name); kfree(cmpnt->name); } EXPORT_SYMBOL_GPL(snd_soc_unregister_component); /* Retrieve a card's name from device tree */ int snd_soc_of_parse_card_name(struct snd_soc_card *card, Loading Loading
sound/soc/soc-core.c +2 −0 Original line number Diff line number Diff line Loading @@ -4192,6 +4192,7 @@ int snd_soc_register_component(struct device *dev, return ret; } EXPORT_SYMBOL_GPL(snd_soc_register_component); /** * snd_soc_unregister_component - Unregister a component from the ASoC core Loading @@ -4217,6 +4218,7 @@ void snd_soc_unregister_component(struct device *dev) dev_dbg(dev, "ASoC: Unregistered component '%s'\n", cmpnt->name); kfree(cmpnt->name); } EXPORT_SYMBOL_GPL(snd_soc_unregister_component); /* Retrieve a card's name from device tree */ int snd_soc_of_parse_card_name(struct snd_soc_card *card, Loading