From: Kuninori Morimoto Date: Thu, 18 Jan 2018 01:13:54 +0000 (+0000) Subject: ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_rtdcom_lookup X-Git-Tag: v4.16-rc1~43^2~2^3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=031734b7d6532633d0cde73475c30646bf37cd6d;p=thirdparty%2Fkernel%2Flinux.git ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_rtdcom_lookup Reported-by: Atsushi Nemoto Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index b9ca939fd05c3..9b79c2199781a 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -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)