All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: cs4270: fix Master Capture Switch polarity
@ 2009-04-24 13:00 Daniel Mack
  2009-04-24 13:00 ` [PATCH 2/3] ASoC: cs4270: add Master Playback Switch Daniel Mack
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Daniel Mack @ 2009-04-24 13:00 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown, Timur Tabi

The control modifies the MUTE register, hence the polarity must be
inverted.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Mark Brown <broonie@sirena.org.uk>
Cc: Timur Tabi <timur@freescale.com>
---
 sound/soc/codecs/cs4270.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c
index 7fa09a3..3c34fe6 100644
--- a/sound/soc/codecs/cs4270.c
+++ b/sound/soc/codecs/cs4270.c
@@ -486,7 +486,7 @@ static const struct snd_kcontrol_new cs4270_snd_controls[] = {
 	SOC_SINGLE("Zero Cross Switch", CS4270_TRANS, 5, 1, 0),
 	SOC_SINGLE("Popguard Switch", CS4270_MODE, 0, 1, 1),
 	SOC_SINGLE("Auto-Mute Switch", CS4270_MUTE, 5, 1, 0),
-	SOC_DOUBLE("Master Capture Switch", CS4270_MUTE, 3, 4, 1, 0)
+	SOC_DOUBLE("Master Capture Switch", CS4270_MUTE, 3, 4, 1, 1)
 };
 
 /*
-- 
1.6.2.1

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

end of thread, other threads:[~2009-04-27 13:55 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24 13:00 [PATCH 1/3] ASoC: cs4270: fix Master Capture Switch polarity Daniel Mack
2009-04-24 13:00 ` [PATCH 2/3] ASoC: cs4270: add Master Playback Switch Daniel Mack
2009-04-24 13:02   ` Daniel Mack
2009-04-24 13:17   ` Mark Brown
2009-04-24 13:52     ` Daniel Mack
2009-04-24 13:54       ` Mark Brown
2009-04-24 13:59         ` Daniel Mack
2009-04-24 14:37       ` [PATCH 1/2] ASoC: add SOC_DOUBLE_EXT macro Daniel Mack
2009-04-24 14:37         ` [PATCH 2/2] ASoC: cs4270: add Master Playback Switch Daniel Mack
2009-04-27 13:55           ` Timur Tabi
2009-04-24 15:45 ` [PATCH 1/3] ASoC: cs4270: fix Master Capture Switch polarity Timur Tabi
2009-04-24 16:08   ` Daniel Mack
2009-04-24 16:13     ` Timur Tabi
2009-04-24 16:21       ` Daniel Mack
2009-04-26  9:49   ` Mark Brown
2009-04-26 11:08     ` Takashi Iwai
2009-04-26 11:21       ` Mark Brown
2009-04-26 16:56         ` Takashi Iwai
2009-04-26 11:30       ` Daniel Mack
2009-04-26 16:52         ` Takashi Iwai
2009-04-27  9:37           ` Daniel Mack
2009-04-27  9:38             ` Mark Brown
2009-04-27 12:54               ` Timur Tabi
2009-04-27 13:53 ` Timur Tabi

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.