ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_disconnect_sync
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 29 Nov 2017 02:38:27 +0000 (02:38 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 29 Nov 2017 10:05:26 +0000 (10:05 +0000)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c

index 9047046..345baa4 100644 (file)
@@ -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