ASoC: Enable SYSCLK last when enabling WM8962 mic detection
Ensure everything is set up before we start detecting. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Родитель
2a761cde31
Коммит
db0e55438c
|
@ -3661,6 +3661,9 @@ int wm8962_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack)
|
|||
snd_soc_jack_report(wm8962->jack, 0,
|
||||
SND_JACK_MICROPHONE | SND_JACK_BTN_0);
|
||||
|
||||
if (jack)
|
||||
snd_soc_dapm_force_enable_pin(&codec->dapm, "SYSCLK");
|
||||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(wm8962_mic_detect);
|
||||
|
|
Загрузка…
Ссылка в новой задаче