From: Lars-Peter Clausen Date: Thu, 8 Jan 2015 11:23:05 +0000 (+0100) Subject: ASoC: Export snd_soc_runtime_set_dai_fmt() X-Git-Tag: firefly_0821_release~176^2~2367^2~13^2~8^3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ddaca25aa4dade234163290f6a9e091e7f57b36a;p=firefly-linux-kernel-4.4.55.git ASoC: Export snd_soc_runtime_set_dai_fmt() Export snd_soc_runtime_set_dai_fmt() so it can be used in modules. Fixes: ce64c8b9cf5b ("ASoC: Add helper function for changing the DAI link format") Reported-by: kbuild test robot Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 80ea358d3ad7..d342ee2ce28b 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1491,6 +1491,7 @@ int snd_soc_runtime_set_dai_fmt(struct snd_soc_pcm_runtime *rtd, return 0; } +EXPORT_SYMBOL_GPL(snd_soc_runtime_set_dai_fmt); static int snd_soc_instantiate_card(struct snd_soc_card *card) {