]> Git Repo - linux.git/commitdiff
ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_disconnect_sync
authorKuninori Morimoto <[email protected]>
Wed, 29 Nov 2017 02:38:27 +0000 (02:38 +0000)
committerMark Brown <[email protected]>
Wed, 29 Nov 2017 10:05:26 +0000 (10:05 +0000)
Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/soc-core.c

index 9047046c749ca9e99df6c9e1f0c634cc77e3369f..345baa4f10c0d1a280d2fd9222b1d51bbc0d35c8 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
This page took 0.058678 seconds and 4 git commands to generate.