public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ac97: add support for wm9711 master left inv switch
@ 2008-06-06 15:02 Guennadi Liakhovetski
  2008-06-06 15:09 ` Mark Brown
  2008-06-09  0:01 ` Andrew Morton
  0 siblings, 2 replies; 5+ messages in thread
From: Guennadi Liakhovetski @ 2008-06-06 15:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: perex

From: Juergen Beisert <j.beisert@pengutronix.de>

This patch adds support for Master Left Inv Switch on wm9711.
At least required to drive the mono speaker on the PXA270 platfrom

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>

---

 sound/pci/ac97/ac97_patch.c |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6/sound/pci/ac97/ac97_patch.c
===================================================================
--- linux-2.6.orig/sound/pci/ac97/ac97_patch.c	2008-05-26 12:19:23.000000000 +0200
+++ linux-2.6/sound/pci/ac97/ac97_patch.c	2008-05-27 13:23:11.000000000 +0200
@@ -669,6 +669,7 @@
 AC97_SINGLE("Mic 2 Volume", AC97_MIC, 0, 31, 1),
 AC97_SINGLE("Mic 20dB Boost Switch", AC97_MIC, 7, 1, 0),
 
+AC97_SINGLE("Master Left Inv Switch", AC97_MASTER, 6, 1, 0),
 AC97_SINGLE("Master ZC Switch", AC97_MASTER, 7, 1, 0),
 AC97_SINGLE("Headphone ZC Switch", AC97_HEADPHONE, 7, 1, 0),
 AC97_SINGLE("Mono ZC Switch", AC97_MASTER_MONO, 7, 1, 0),


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

end of thread, other threads:[~2008-06-09  5:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-06 15:02 [PATCH] ac97: add support for wm9711 master left inv switch Guennadi Liakhovetski
2008-06-06 15:09 ` Mark Brown
2008-06-06 15:15   ` Guennadi Liakhovetski
2008-06-09  0:01 ` Andrew Morton
2008-06-09  5:39   ` Guennadi Liakhovetski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox