All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ASoC: Fix inverted input PGA mute bits in WM8903
@ 2008-09-24 12:01 20080924115907.GA12401
  2008-09-24 12:01 ` [PATCH 2/4] ASoC: Fix build of GTA01 audio driver 20080924115907.GA12401
  2008-09-24 12:13 ` [PATCH 1/4] ASoC: Fix inverted input PGA mute bits in WM8903 Mark Brown
  0 siblings, 2 replies; 5+ messages in thread
From: 20080924115907.GA12401 @ 2008-09-24 12:01 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

From: Mark Brown <broonie@opensource.wolfsonmicro.com>

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/wm8903.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c
index a3f54ec..ce40d78 100644
--- a/sound/soc/codecs/wm8903.c
+++ b/sound/soc/codecs/wm8903.c
@@ -653,14 +653,14 @@ static const struct snd_kcontrol_new wm8903_snd_controls[] = {
 
 /* Input PGAs - No TLV since the scale depends on PGA mode */
 SOC_SINGLE("Left Input PGA Switch", WM8903_ANALOGUE_LEFT_INPUT_0,
-	   7, 1, 0),
+	   7, 1, 1),
 SOC_SINGLE("Left Input PGA Volume", WM8903_ANALOGUE_LEFT_INPUT_0,
 	   0, 31, 0),
 SOC_SINGLE("Left Input PGA Common Mode Switch", WM8903_ANALOGUE_LEFT_INPUT_1,
 	   6, 1, 0),
 
 SOC_SINGLE("Right Input PGA Switch", WM8903_ANALOGUE_RIGHT_INPUT_0,
-	   7, 1, 0),
+	   7, 1, 1),
 SOC_SINGLE("Right Input PGA Volume", WM8903_ANALOGUE_RIGHT_INPUT_0,
 	   0, 31, 0),
 SOC_SINGLE("Right Input PGA Common Mode Switch", WM8903_ANALOGUE_RIGHT_INPUT_1,
-- 
1.5.6.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-09-24 12:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 12:01 [PATCH 1/4] ASoC: Fix inverted input PGA mute bits in WM8903 20080924115907.GA12401
2008-09-24 12:01 ` [PATCH 2/4] ASoC: Fix build of GTA01 audio driver 20080924115907.GA12401
2008-09-24 12:01   ` [PATCH 3/4] ASoC: Allow machine drivers to mark pins as not connected 20080924115907.GA12401
2008-09-24 12:01     ` [PATCH 4/4] ASoC: Use snd_soc_dapm_nc_pin() in GTA01 audio driver 20080924115907.GA12401
2008-09-24 12:13 ` [PATCH 1/4] ASoC: Fix inverted input PGA mute bits in WM8903 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.