diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-06-29 06:17:10 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-10-06 14:27:56 -0400 |
commit | 5b7dde346881b12246669ae97b3a2793c27b32b6 (patch) | |
tree | 0b21907dc37caab0f8ec08769762db553ecf3292 /sound | |
parent | 74fca6a42863ffacaf7ba6f1936a9f228950f657 (diff) |
ASoC: WM8350 capture PGA mutes are inverted
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8350.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8350.c b/sound/soc/codecs/wm8350.c index e7348d341b76..26f826c6e74d 100644 --- a/sound/soc/codecs/wm8350.c +++ b/sound/soc/codecs/wm8350.c | |||
@@ -580,7 +580,7 @@ static const struct snd_kcontrol_new wm8350_left_capt_mixer_controls[] = { | |||
580 | SOC_DAPM_SINGLE_TLV("L3 Capture Volume", | 580 | SOC_DAPM_SINGLE_TLV("L3 Capture Volume", |
581 | WM8350_INPUT_MIXER_VOLUME_L, 9, 7, 0, out_mix_tlv), | 581 | WM8350_INPUT_MIXER_VOLUME_L, 9, 7, 0, out_mix_tlv), |
582 | SOC_DAPM_SINGLE("PGA Capture Switch", | 582 | SOC_DAPM_SINGLE("PGA Capture Switch", |
583 | WM8350_LEFT_INPUT_VOLUME, 14, 1, 0), | 583 | WM8350_LEFT_INPUT_VOLUME, 14, 1, 1), |
584 | }; | 584 | }; |
585 | 585 | ||
586 | /* Right Input Mixer */ | 586 | /* Right Input Mixer */ |
@@ -590,7 +590,7 @@ static const struct snd_kcontrol_new wm8350_right_capt_mixer_controls[] = { | |||
590 | SOC_DAPM_SINGLE_TLV("L3 Capture Volume", | 590 | SOC_DAPM_SINGLE_TLV("L3 Capture Volume", |
591 | WM8350_INPUT_MIXER_VOLUME_R, 13, 7, 0, out_mix_tlv), | 591 | WM8350_INPUT_MIXER_VOLUME_R, 13, 7, 0, out_mix_tlv), |
592 | SOC_DAPM_SINGLE("PGA Capture Switch", | 592 | SOC_DAPM_SINGLE("PGA Capture Switch", |
593 | WM8350_RIGHT_INPUT_VOLUME, 14, 1, 0), | 593 | WM8350_RIGHT_INPUT_VOLUME, 14, 1, 1), |
594 | }; | 594 | }; |
595 | 595 | ||
596 | /* Left Mic Mixer */ | 596 | /* Left Mic Mixer */ |