diff options
author | Mark Brown <broonie@linaro.org> | 2013-11-15 11:20:07 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-15 11:20:07 +0100 |
commit | 738867f9f86a55f85115cf0acf2915890052417b (patch) | |
tree | 68f5799bd47bc678f81967845f142fc53c1de082 /sound | |
parent | Merge remote-tracking branch 'asoc/fix/blackfin' into asoc-linus (diff) | |
parent | ASoC: cs42l52: Correct MIC CTL mask (diff) | |
download | linux-738867f9f86a55f85115cf0acf2915890052417b.tar.xz linux-738867f9f86a55f85115cf0acf2915890052417b.zip |
Merge remote-tracking branch 'asoc/fix/cs42l52' into asoc-linus
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/cs42l52.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l52.h b/sound/soc/codecs/cs42l52.h index 4277012c4719..a935d7381af6 100644 --- 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 0xDF +#define CS42L52_MIC_CTL_TYPE_MASK 0x20 #define CS42L52_MIC_CTL_TYPE_SHIFT 5 |