diff mbox

ASoC: Export snd_soc_runtime_set_dai_fmt()

Message ID 1420716185-11974-1-git-send-email-lars@metafoo.de (mailing list archive)
State Accepted
Commit ddaca25aa4dade234163290f6a9e091e7f57b36a
Headers show

Commit Message

Lars-Peter Clausen Jan. 8, 2015, 11:23 a.m. UTC
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>
---
 sound/soc/soc-core.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Jan. 8, 2015, 5:55 p.m. UTC | #1
On Thu, Jan 08, 2015 at 12:23:05PM +0100, Lars-Peter Clausen wrote:
> 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>

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 4b8dc5f..2c02e9c 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)
 {