projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e01dc7
)
ASoC: cs42l52: Correct MIC CTL mask
author
Brian Austin
<brian.austin@cirrus.com>
Thu, 14 Nov 2013 17:46:12 +0000
(11:46 -0600)
committer
Mark Brown
<broonie@linaro.org>
Fri, 15 Nov 2013 10:16:53 +0000
(10:16 +0000)
The mask for CS42L52_MIC_CTL_TYPE_MASK was wrong keeping the mic config
from being set correctly.
Signed-off-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
sound/soc/codecs/cs42l52.h
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs42l52.h
b/sound/soc/codecs/cs42l52.h
index
4277012
..
a935d73
100644
(file)
--- a/
sound/soc/codecs/cs42l52.h
+++ b/
sound/soc/codecs/cs42l52.h
@@
-179,7
+179,7
@@
#define CS42L52_MICB_CTL 0x11
#define CS42L52_MIC_CTL_MIC_SEL_MASK 0xBF
#define CS42L52_MIC_CTL_MIC_SEL_SHIFT 6
-#define CS42L52_MIC_CTL_TYPE_MASK 0x
DF
+#define CS42L52_MIC_CTL_TYPE_MASK 0x
20
#define CS42L52_MIC_CTL_TYPE_SHIFT 5