Loading asoc/codecs/wcd937x/wcd937x.c +2 −0 Original line number Diff line number Diff line Loading @@ -2961,6 +2961,8 @@ static void wcd937x_soc_codec_remove(struct snd_soc_component *component) wcd937x->register_notifier(wcd937x->handle, &wcd937x->nblock, false); wcd937x_mbhc_deinit(component); return; } Loading asoc/codecs/wcd938x/wcd938x.c +1 −0 Original line number Diff line number Diff line Loading @@ -3961,6 +3961,7 @@ static void wcd938x_soc_codec_remove(struct snd_soc_component *component) wcd938x->register_notifier(wcd938x->handle, &wcd938x->nblock, false); wcd938x_mbhc_deinit(component); } static int wcd938x_soc_codec_suspend(struct snd_soc_component *component) Loading Loading
asoc/codecs/wcd937x/wcd937x.c +2 −0 Original line number Diff line number Diff line Loading @@ -2961,6 +2961,8 @@ static void wcd937x_soc_codec_remove(struct snd_soc_component *component) wcd937x->register_notifier(wcd937x->handle, &wcd937x->nblock, false); wcd937x_mbhc_deinit(component); return; } Loading
asoc/codecs/wcd938x/wcd938x.c +1 −0 Original line number Diff line number Diff line Loading @@ -3961,6 +3961,7 @@ static void wcd938x_soc_codec_remove(struct snd_soc_component *component) wcd938x->register_notifier(wcd938x->handle, &wcd938x->nblock, false); wcd938x_mbhc_deinit(component); } static int wcd938x_soc_codec_suspend(struct snd_soc_component *component) Loading