diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-11-28 21:38:27 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-29 05:05:26 -0500 |
commit | df532185e8720baff120f55eb46058d270445d56 (patch) | |
tree | ec2076e98bc9fca8c6beabb6018ec84dce52f7b6 | |
parent | ef2e8175eb19011f756469d4d14f4207bf7f289c (diff) |
ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_disconnect_sync
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 9047046c749c..345baa4f10c0 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -1401,6 +1401,7 @@ void snd_soc_disconnect_sync(struct device *dev) | |||
1401 | 1401 | ||
1402 | snd_card_disconnect_sync(component->card->snd_card); | 1402 | snd_card_disconnect_sync(component->card->snd_card); |
1403 | } | 1403 | } |
1404 | EXPORT_SYMBOL_GPL(snd_soc_disconnect_sync); | ||
1404 | 1405 | ||
1405 | /** | 1406 | /** |
1406 | * snd_soc_add_dai_link - Add a DAI link dynamically | 1407 | * snd_soc_add_dai_link - Add a DAI link dynamically |