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>
This commit is contained in:
parent
ef2e8175eb
commit
df532185e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue