[alsa-devel] [PATCH] ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_rtdcom_lookup

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Thu Jan 18 02:13:54 CET 2018


From: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>

Reported-by: Atsushi Nemoto <anemo at mba.ocn.ne.jp>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
---
 sound/soc/soc-core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 971574c..10f808e 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -366,6 +366,7 @@ struct snd_soc_component *snd_soc_rtdcom_lookup(struct snd_soc_pcm_runtime *rtd,
 
 	return NULL;
 }
+EXPORT_SYMBOL_GPL(snd_soc_rtdcom_lookup);
 
 struct snd_pcm_substream *snd_soc_get_dai_substream(struct snd_soc_card *card,
 		const char *dai_link, int stream)
-- 
1.9.1



More information about the Alsa-devel mailing list