OSDN Git Service

ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_rtdcom_lookup
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 18 Jan 2018 01:13:54 +0000 (01:13 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 18 Jan 2018 11:44:54 +0000 (11:44 +0000)
Reported-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c

index b9ca939..9b79c21 100644 (file)
@@ -598,6 +598,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)