diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-01-17 20:13:54 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-01-18 06:44:54 -0500 |
commit | 031734b7d6532633d0cde73475c30646bf37cd6d (patch) | |
tree | a90bbfca62ee4be7a5f90b0093aef6981f5350d3 | |
parent | d0ff8ba57d9654e6f7a2e18f192bac3b93268fef (diff) |
ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_rtdcom_lookup
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>
-rw-r--r-- | sound/soc/soc-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index b9ca939fd05c..9b79c2199781 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, | |||
598 | 598 | ||
599 | return NULL; | 599 | return NULL; |
600 | } | 600 | } |
601 | EXPORT_SYMBOL_GPL(snd_soc_rtdcom_lookup); | ||
601 | 602 | ||
602 | struct snd_pcm_substream *snd_soc_get_dai_substream(struct snd_soc_card *card, | 603 | struct snd_pcm_substream *snd_soc_get_dai_substream(struct snd_soc_card *card, |
603 | const char *dai_link, int stream) | 604 | const char *dai_link, int stream) |