diff --git a/[refs] b/[refs] index 212ffc4af591..4e185856dafe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 58499906c8e9a87b4b65435effca733802c9b57d +refs/heads/master: 47d90a03ebd44951060a6284316ecd0cb3aaf3e2 diff --git a/trunk/sound/soc/codecs/wm8994.c b/trunk/sound/soc/codecs/wm8994.c index 3acb1bda6c73..ee64be2d9942 100644 --- a/trunk/sound/soc/codecs/wm8994.c +++ b/trunk/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: