aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm8994.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index b047bfada709..11ca19b72d7d 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -3089,7 +3089,7 @@ static void wm8958_default_micdet(u16 status, void *data)
3089 } 3089 }
3090 3090
3091 3091
3092 if (wm8994->mic_detecting && status & 0x4) { 3092 if (wm8994->mic_detecting && status & 0xfc) {
3093 dev_dbg(codec->dev, "Detected headphone\n"); 3093 dev_dbg(codec->dev, "Detected headphone\n");
3094 wm8994->mic_detecting = false; 3094 wm8994->mic_detecting = false;
3095 3095