diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-04-23 12:39:23 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-04-26 10:24:28 -0400 |
commit | 759512fbacfbb6fd9b7f77f9806fb4995775848f (patch) | |
tree | 6159bc8b0598a766af5654788433d02dfa0670c0 | |
parent | 3a278a0c65c924950c4744ba451a110998998044 (diff) |
ASoC: Correct inversion of speaker mixer PCM switch
Reported-by: Anti Sullin <anti.sullin@artecdesign.ee>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r-- | sound/soc/codecs/wm8974.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c index 1e4da32c4078..270eb956294f 100644 --- a/sound/soc/codecs/wm8974.c +++ b/sound/soc/codecs/wm8974.c | |||
@@ -180,7 +180,7 @@ SOC_SINGLE("ADC 128x Oversampling Switch", WM8974_ADC, 8, 1, 0), | |||
180 | static const struct snd_kcontrol_new wm8974_speaker_mixer_controls[] = { | 180 | static const struct snd_kcontrol_new wm8974_speaker_mixer_controls[] = { |
181 | SOC_DAPM_SINGLE("Line Bypass Switch", WM8974_SPKMIX, 1, 1, 0), | 181 | SOC_DAPM_SINGLE("Line Bypass Switch", WM8974_SPKMIX, 1, 1, 0), |
182 | SOC_DAPM_SINGLE("Aux Playback Switch", WM8974_SPKMIX, 5, 1, 0), | 182 | SOC_DAPM_SINGLE("Aux Playback Switch", WM8974_SPKMIX, 5, 1, 0), |
183 | SOC_DAPM_SINGLE("PCM Playback Switch", WM8974_SPKMIX, 0, 1, 1), | 183 | SOC_DAPM_SINGLE("PCM Playback Switch", WM8974_SPKMIX, 0, 1, 0), |
184 | }; | 184 | }; |
185 | 185 | ||
186 | /* Mono Output Mixer */ | 186 | /* Mono Output Mixer */ |