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 3acb1bda6c73..ee64be2d9942 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)
2788 report = SND_JACK_MICROPHONE; 2788 report = SND_JACK_MICROPHONE;
2789 2789
2790 /* Everything else is buttons; just assign slots */ 2790 /* Everything else is buttons; just assign slots */
2791 if (status & 0x1c0) 2791 if (status & 0x1c)
2792 report |= SND_JACK_BTN_0; 2792 report |= SND_JACK_BTN_0;
2793 2793
2794done: 2794done: