diff options
author | javier Martin <javier.martin@vista-silicon.com> | 2009-07-21 05:15:06 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-21 19:13:27 -0400 |
commit | 25cbf465207e9616e9b7d362ee166abf296d4c1e (patch) | |
tree | 89f84d7dfc5ede5dcae9e155e895aeefd5795f11 /sound/soc/codecs | |
parent | 8a123ee2a46daa5c1b6f24eb3b004a5156244889 (diff) |
ASoC: Correct a bug with "ADC Inversion Switch" in wm8974 codec.
This corrects a bug with ADC Inversion Switch in wm8974 codec.
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-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 c400e5d93bd0..5104c8aa34f6 100644 --- a/sound/soc/codecs/wm8974.c +++ b/sound/soc/codecs/wm8974.c | |||
@@ -162,7 +162,7 @@ SOC_SINGLE_TLV("PCM Volume", WM8974_DACVOL, 0, 255, 0, digital_tlv), | |||
162 | 162 | ||
163 | SOC_SINGLE("High Pass Filter Switch", WM8974_ADC, 8, 1, 0), | 163 | SOC_SINGLE("High Pass Filter Switch", WM8974_ADC, 8, 1, 0), |
164 | SOC_SINGLE("High Pass Cut Off", WM8974_ADC, 4, 7, 0), | 164 | SOC_SINGLE("High Pass Cut Off", WM8974_ADC, 4, 7, 0), |
165 | SOC_SINGLE("ADC Inversion Switch", WM8974_COMP, 0, 1, 0), | 165 | SOC_SINGLE("ADC Inversion Switch", WM8974_ADC, 0, 1, 0), |
166 | 166 | ||
167 | SOC_SINGLE_TLV("Capture Volume", WM8974_ADCVOL, 0, 255, 0, digital_tlv), | 167 | SOC_SINGLE_TLV("Capture Volume", WM8974_ADCVOL, 0, 255, 0, digital_tlv), |
168 | 168 | ||