[PATCH] ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_disconnect_sync

From: Kuninori Morimoto
Date: Tue Nov 28 2017 - 21:38:57 EST


From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx>
---
Hi Stephen

Thank you for reporting.
I think your issue will be solved by this patch

sound/soc/soc-core.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 9047046..345baa4 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
--
1.9.1