* ASoC: Correct a bug with "ADC Inversion Switch" in wm8974 codec.
@ 2009-07-21 9:15 javier Martin
2009-07-21 23:13 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: javier Martin @ 2009-07-21 9:15 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel
This corrects a bug with ADC Inversion Switch in wm8974 codec.
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
---
diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c
index f26c8d0..38a0c44 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),
SOC_SINGLE("High Pass Filter Switch", WM8974_ADC, 8, 1, 0),
SOC_SINGLE("High Pass Cut Off", WM8974_ADC, 4, 7, 0),
-SOC_SINGLE("ADC Inversion Switch", WM8974_COMP, 0, 1, 0),
+SOC_SINGLE("ADC Inversion Switch", WM8974_ADC, 0, 1, 0),
SOC_SINGLE_TLV("Capture Volume", WM8974_ADCVOL, 0, 255, 0, digital_tlv),
--
Javier Martin
Vista Silicon S.L.
Universidad de Cantabria
CDTUC - FASE C - Oficina S-345
Avda de los Castros s/n
39005- Santander. Cantabria. Spain
+34 942 25 32 60
www.vista-silicon.com
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-21 23:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-21 9:15 ASoC: Correct a bug with "ADC Inversion Switch" in wm8974 codec javier Martin
2009-07-21 23:13 ` Mark Brown
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.