diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-11-29 02:38:27 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-29 10:05:26 +0000 |
commit | df532185e8720baff120f55eb46058d270445d56 (patch) | |
tree | ec2076e98bc9fca8c6beabb6018ec84dce52f7b6 /sound/soc/soc-core.c | |
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>
Diffstat (limited to 'sound/soc/soc-core.c')
-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) snd_card_disconnect_sync(component->card->snd_card); } +EXPORT_SYMBOL_GPL(snd_soc_disconnect_sync); /** * snd_soc_add_dai_link - Add a DAI link dynamically |