Commit 7afce3f5 authored by Mark Brown's avatar Mark Brown

ASoC: wm8994: Ensure microphone detection state is reset on removal

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 9e43088b
......@@ -3842,6 +3842,7 @@ static irqreturn_t wm8958_mic_irq(int irq, void *data)
snd_soc_jack_report(wm8994->micdet[0].jack, 0,
SND_JACK_MECHANICAL | SND_JACK_HEADSET |
wm8994->btn_mask);
wm8994->mic_detecting = true;
goto out;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment