Commit 47d90a03 authored by Mark Brown's avatar Mark Brown

Merge branch 'for-3.0' into for-3.1

parents 58499906 b35e160a
...@@ -2788,7 +2788,7 @@ static void wm8958_default_micdet(u16 status, void *data) ...@@ -2788,7 +2788,7 @@ static void wm8958_default_micdet(u16 status, void *data)
report = SND_JACK_MICROPHONE; report = SND_JACK_MICROPHONE;
/* Everything else is buttons; just assign slots */ /* Everything else is buttons; just assign slots */
if (status & 0x1c0) if (status & 0x1c)
report |= SND_JACK_BTN_0; report |= SND_JACK_BTN_0;
done: done:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment