From: Stephen Warren Date: Tue, 26 Mar 2013 22:38:19 +0000 (-0600) Subject: ASoC: export snd_soc_register_component X-Git-Tag: v3.10-rc1~14^2~53^2~24^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2e1cc199fc8666ac5fda200e8a99f1e4dea07175;p=uclinux-h8%2Flinux.git ASoC: export snd_soc_register_component Without this, modules will fail to link against those symbols. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index f6cda7b6ce44..fb50e00a71e4 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -4192,6 +4192,7 @@ error_component_name: return ret; } +EXPORT_SYMBOL_GPL(snd_soc_register_component); /** * snd_soc_unregister_component - Unregister a component from the ASoC core @@ -4217,6 +4218,7 @@ found: 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,