aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/wm8962.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 430bf535d546..b9c64a826ff6 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -3661,8 +3661,10 @@ int wm8962_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack)
3661 snd_soc_jack_report(wm8962->jack, 0, 3661 snd_soc_jack_report(wm8962->jack, 0,
3662 SND_JACK_MICROPHONE | SND_JACK_BTN_0); 3662 SND_JACK_MICROPHONE | SND_JACK_BTN_0);
3663 3663
3664 if (jack) 3664 if (jack) {
3665 snd_soc_dapm_force_enable_pin(&codec->dapm, "SYSCLK"); 3665 snd_soc_dapm_force_enable_pin(&codec->dapm, "SYSCLK");
3666 snd_soc_dapm_force_enable_pin(&codec->dapm, "MICBIAS");
3667 }
3666 3668
3667 return 0; 3669 return 0;
3668} 3670}