diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-28 16:41:35 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-28 16:41:35 +0200 |
commit | 7ae34336285c9405e39430ad932c7c1a6cc01996 (patch) | |
tree | 9890b2539bee7c7eed2b0d45828dfb722c4a95d7 /sound/soc/codecs/cs42l52.h | |
parent | Merge remote-tracking branch 'asoc/fix/compress' into asoc-linus (diff) | |
parent | ASoC: cs42l52: fix default value for MASTERA_VOL. (diff) | |
download | linux-7ae34336285c9405e39430ad932c7c1a6cc01996.tar.xz linux-7ae34336285c9405e39430ad932c7c1a6cc01996.zip |
Merge remote-tracking branch 'asoc/fix/cs42l52' into asoc-linus
Diffstat (limited to 'sound/soc/codecs/cs42l52.h')
-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 60985c059071..4277012c4719 100644 --- a/sound/soc/codecs/cs42l52.h +++ b/sound/soc/codecs/cs42l52.h @@ -157,7 +157,7 @@ #define CS42L52_PB_CTL1_INV_PCMA (1 << 2) #define CS42L52_PB_CTL1_MSTB_MUTE (1 << 1) #define CS42L52_PB_CTL1_MSTA_MUTE (1 << 0) -#define CS42L52_PB_CTL1_MUTE_MASK 0xFFFD +#define CS42L52_PB_CTL1_MUTE_MASK 0x03 #define CS42L52_PB_CTL1_MUTE 3 #define CS42L52_PB_CTL1_UNMUTE 0 |