diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 3acb1bda6c73c4dfa477c40f2d027ba001328459..ee64be2d9942b61aea4c8872132d1582aba052b8 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -2788,7 +2788,7 @@ static void wm8958_default_micdet(u16 status, void *data) report = SND_JACK_MICROPHONE; /* Everything else is buttons; just assign slots */ - if (status & 0x1c0) + if (status & 0x1c) report |= SND_JACK_BTN_0; done: