2008-06-06 15:03:19

by Guennadi Liakhovetski

[permalink] [raw]
Subject: [PATCH] ac97: add support for wm9711 master left inv switch

From: Juergen Beisert <[email protected]>

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 <[email protected]>

---

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),


2008-06-06 15:09:52

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] ac97: add support for wm9711 master left inv switch

On Fri, Jun 06, 2008 at 05:02:57PM +0200, Guennadi Liakhovetski wrote:
> From: Juergen Beisert <[email protected]>
>
> 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 <[email protected]>

Acked-by: Mark Brown <[email protected]>

Note that ALSA patches should really be CCed to the alsa-devel mailing
list (CC added).

> 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),
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

2008-06-06 15:15:24

by Guennadi Liakhovetski

[permalink] [raw]
Subject: Re: [PATCH] ac97: add support for wm9711 master left inv switch

On Fri, 6 Jun 2008, Mark Brown wrote:

> On Fri, Jun 06, 2008 at 05:02:57PM +0200, Guennadi Liakhovetski wrote:
> > From: Juergen Beisert <[email protected]>
> >
> > 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 <[email protected]>
>
> Acked-by: Mark Brown <[email protected]>
>
> Note that ALSA patches should really be CCed to the alsa-devel mailing
> list (CC added).

MAINTAINERS:

L: [email protected] (subscribers-only)

(CC removed:-))

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer

2008-06-09 00:01:54

by Andrew Morton

[permalink] [raw]
Subject: Re: [PATCH] ac97: add support for wm9711 master left inv switch

On Fri, 6 Jun 2008 17:02:57 +0200 (CEST) Guennadi Liakhovetski <[email protected]> wrote:

> From: Juergen Beisert <[email protected]>
>
> 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 <[email protected]>

Please include your own signed-off-by when forwarding other people's patches.

2008-06-09 05:39:17

by Guennadi Liakhovetski

[permalink] [raw]
Subject: Re: [PATCH] ac97: add support for wm9711 master left inv switch

On Sun, 8 Jun 2008, Andrew Morton wrote:

> On Fri, 6 Jun 2008 17:02:57 +0200 (CEST) Guennadi Liakhovetski <[email protected]> wrote:
>
> > From: Juergen Beisert <[email protected]>
> >
> > 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 <[email protected]>
>
> Please include your own signed-off-by when forwarding other people's patches.

Signed-off-by: Guennadi Liakhovetski <[email protected]>

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer