Skip to content

Commit

Permalink
ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_disconnec…
Browse files Browse the repository at this point in the history
…t_sync

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Nov 29, 2017
1 parent ef2e817 commit df53218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df53218

Please sign in to comment.