alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
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: [PATCH] cm6206: turn off de-emphasis in s/pdif
Date: Sun, 21 Nov 2010 20:23:11 -0500 (EST)	[thread overview]
Message-ID: <Pine.LNX.4.61.1011212021350.27576@kermit.ultrawaves> (raw)
In-Reply-To: <4CE4EDAF.4010200@ladisch.de>


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 cf8bf08..3e9d870 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]);

  reply	other threads:[~2010-11-22  1:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-17  0:22 [PATCH] cm6206: turn off de-emphasis in s/pdif Eric Lammerts
2010-11-17  0:43 ` Adrian Pardini
2010-11-17  3:24   ` Eric Lammerts
2010-11-18  9:11 ` Clemens Ladisch
2010-11-22  1:23   ` Eric Lammerts [this message]
2010-11-22 12:51   ` Takashi Iwai
2010-11-22 15:42     ` Clemens Ladisch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.61.1011212021350.27576@kermit.ultrawaves \
    --to=alsa-devel@lists.lammerts.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens@ladisch.de \
    --cc=gongo2k1@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).