diff options
Diffstat (limited to 'sound/soc/soc-core.c')
| -rw-r--r-- | sound/soc/soc-core.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 24cb33a9f5c8..e28f0f9e6e99 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -3039,6 +3039,17 @@ static int snd_soc_codec_set_bias_level(struct snd_soc_dapm_context *dapm, } /** + * snd_soc_card_change_online_state - Mark if soc card is online/offline + * + * @soc_card : soc_card to mark + */ +void snd_soc_card_change_online_state(struct snd_soc_card *soc_card, int online) +{ + snd_card_change_online_state(soc_card->snd_card, online); +} +EXPORT_SYMBOL(snd_soc_card_change_online_state); + +/** * snd_soc_register_codec - Register a codec with the ASoC core * * @dev: The parent device for this codec |
