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 c2fc0356c2a4..5f0c238e1783 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -2763,7 +2763,7 @@ static void wm8958_default_micdet(u16 status, void *data)
2763 report = SND_JACK_MICROPHONE; 2763 report = SND_JACK_MICROPHONE;
2764 2764
2765 /* Everything else is buttons; just assign slots */ 2765 /* Everything else is buttons; just assign slots */
2766 if (status & 0x1c0) 2766 if (status & 0x1c)
2767 report |= SND_JACK_BTN_0; 2767 report |= SND_JACK_BTN_0;
2768 2768
2769done: 2769done: