diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-15 22:43:07 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-15 22:43:07 +0900 |
commit | 47d90a03ebd44951060a6284316ecd0cb3aaf3e2 (patch) | |
tree | 26072b60b04fa1fccdf7ecbb4fa21d74e4ef85d5 /sound | |
parent | 58499906c8e9a87b4b65435effca733802c9b57d (diff) | |
parent | b35e160a111aa9ae3fad6294e038be20d0da721b (diff) | |
download | linux-3.10-47d90a03ebd44951060a6284316ecd0cb3aaf3e2.tar.gz linux-3.10-47d90a03ebd44951060a6284316ecd0cb3aaf3e2.tar.bz2 linux-3.10-47d90a03ebd44951060a6284316ecd0cb3aaf3e2.zip |
Merge branch 'for-3.0' into for-3.1
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 3acb1bda6c7..ee64be2d994 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: |