diff options
author | Mark Brown <broonie@linaro.org> | 2013-11-20 16:20:30 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-20 16:20:30 +0100 |
commit | ac5f1ad34981780921625e78d8316c35b3723c81 (patch) | |
tree | 12e38e6de388f79123514f992cb10ace9d6c5f21 | |
parent | Merge remote-tracking branch 'asoc/fix/blackfin' into asoc-linus (diff) | |
parent | ASoC: cs42l52: Correct MIC CTL mask (diff) | |
download | linux-ac5f1ad34981780921625e78d8316c35b3723c81.tar.xz linux-ac5f1ad34981780921625e78d8316c35b3723c81.zip |
Merge remote-tracking branch 'asoc/fix/cs42l52' into asoc-linus
-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 |