All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] cm6206: turn off de-emphasis in s/pdif (fwd)
@ 2011-05-27 22:16 Eric Lammerts
  2011-06-03 16:24 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Lammerts @ 2011-05-27 22:16 UTC (permalink / raw)
  To: clemens; +Cc: gongo2k1, alsa-devel


Hi,
I submitted this a while ago but nothing happened. Could you apply 
this patch? I rediffed against the current git.

thanks,
Eric

---------- Forwarded message ----------
Date: Sun, 21 Nov 2010 20:23:11 -0500 (EST)
From: Eric Lammerts <alsa-devel@lists.lammerts.org>
To: Clemens Ladisch <clemens@ladisch.de>
Cc: Dan Allongo <gongo2k1@gmail.com>, alsa-devel@alsa-project.org
Subject: Re: [alsa-devel] [PATCH] cm6206: turn off de-emphasis in s/pdif


On Thu, 18 Nov 2010, Clemens Ladisch wrote:
> Thanks.  Please provide a Signed-off-by tag as described in
> Documentation/SubmittingPatches.


CM6206: Turn off de-emphasis channel status bit in S/PDIF output.

Signed-off-by: Eric Lammerts <eric@lammerts.org>

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 355759b..e006d3c 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -387,7 +387,7 @@ static int snd_usb_cm106_boot_quirk(struct usb_device *dev)
  static int snd_usb_cm6206_boot_quirk(struct usb_device *dev)
  {
  	int err, reg;
-	int val[] = {0x200c, 0x3000, 0xf800, 0x143f, 0x0000, 0x3000};
+	int val[] = {0x2004, 0x3000, 0xf800, 0x143f, 0x0000, 0x3000};

  	for (reg = 0; reg < ARRAY_SIZE(val); reg++) {
  		err = snd_usb_cm106_write_int_reg(dev, reg, val[reg]);

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

* Re: [PATCH] cm6206: turn off de-emphasis in s/pdif (fwd)
  2011-05-27 22:16 [PATCH] cm6206: turn off de-emphasis in s/pdif (fwd) Eric Lammerts
@ 2011-06-03 16:24 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2011-06-03 16:24 UTC (permalink / raw)
  To: Eric Lammerts; +Cc: gongo2k1, alsa-devel, clemens

At Fri, 27 May 2011 18:16:52 -0400 (EDT),
Eric Lammerts wrote:
> 
> 
> Hi,
> I submitted this a while ago but nothing happened. Could you apply 
> this patch? I rediffed against the current git.

Applied now.  Thanks!


Takashi


> 
> thanks,
> Eric
> 
> ---------- Forwarded message ----------
> Date: Sun, 21 Nov 2010 20:23:11 -0500 (EST)
> From: Eric Lammerts <alsa-devel@lists.lammerts.org>
> To: Clemens Ladisch <clemens@ladisch.de>
> Cc: Dan Allongo <gongo2k1@gmail.com>, alsa-devel@alsa-project.org
> Subject: Re: [alsa-devel] [PATCH] cm6206: turn off de-emphasis in s/pdif
> 
> 
> On Thu, 18 Nov 2010, Clemens Ladisch wrote:
> > Thanks.  Please provide a Signed-off-by tag as described in
> > Documentation/SubmittingPatches.
> 
> 
> CM6206: Turn off de-emphasis channel status bit in S/PDIF output.
> 
> Signed-off-by: Eric Lammerts <eric@lammerts.org>
> 
> diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
> index 355759b..e006d3c 100644
> --- a/sound/usb/quirks.c
> +++ b/sound/usb/quirks.c
> @@ -387,7 +387,7 @@ static int snd_usb_cm106_boot_quirk(struct usb_device *dev)
>   static int snd_usb_cm6206_boot_quirk(struct usb_device *dev)
>   {
>   	int err, reg;
> -	int val[] = {0x200c, 0x3000, 0xf800, 0x143f, 0x0000, 0x3000};
> +	int val[] = {0x2004, 0x3000, 0xf800, 0x143f, 0x0000, 0x3000};
> 
>   	for (reg = 0; reg < ARRAY_SIZE(val); reg++) {
>   		err = snd_usb_cm106_write_int_reg(dev, reg, val[reg]);
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

end of thread, other threads:[~2011-06-03 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-27 22:16 [PATCH] cm6206: turn off de-emphasis in s/pdif (fwd) Eric Lammerts
2011-06-03 16:24 ` Takashi Iwai

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.