summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorLars-Peter Clausen2015-01-08 12:23:05 +0100
committerMark Brown2015-01-08 18:55:06 +0100
commitddaca25aa4dade234163290f6a9e091e7f57b36a (patch)
tree449fec3d8b63b4467285c8d5a68b68121262e8a9 /sound/soc
parentASoC: mop500_ab8500: Use snd_soc_runtime_set_dai_fmt() (diff)
downloadkernel-qcow2-linux-ddaca25aa4dade234163290f6a9e091e7f57b36a.tar.gz
kernel-qcow2-linux-ddaca25aa4dade234163290f6a9e091e7f57b36a.tar.xz
kernel-qcow2-linux-ddaca25aa4dade234163290f6a9e091e7f57b36a.zip
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 <fengguang.wu@intel.com> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/soc-core.c1
1 files changed, 1 insertions, 0 deletions
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)
{