All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Washington <denisw@online.de>
To: alsa-devel@alsa-project.org
Subject: [PATCH 1/2] Enable S/PDIF on the ASUS Xonar U3
Date: Tue, 11 Dec 2012 11:38:32 +0100	[thread overview]
Message-ID: <50C70D28.70804@online.de> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 840 bytes --]

The only required change is to extend the existing Xonar U1
mixer quirks to the U3, which seems to be controlled the same
way.
---
  sound/usb/mixer_quirks.c | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sound/usb/mixer_quirks.c b/sound/usb/mixer_quirks.c
index ae2b714..2223089 100644
--- a/sound/usb/mixer_quirks.c
+++ b/sound/usb/mixer_quirks.c
@@ -1107,8 +1107,9 @@ int snd_usb_mixer_apply_create_quirk(struct 
usb_mixer_interface *mixer)
  		err = snd_ftu_create_mixer(mixer);
  		break;

-	case USB_ID(0x0b05, 0x1739):
-	case USB_ID(0x0b05, 0x1743):
+	case USB_ID(0x0b05, 0x1739): /* ASUS Xonar U1 */
+	case USB_ID(0x0b05, 0x1743): /* ASUS Xonar U1 (2) */
+	case USB_ID(0x0b05, 0x17a0): /* ASUS Xonar U3 */
  		err = snd_xonar_u1_controls_create(mixer);
  		break;

-- 
1.8.0



[-- Attachment #1.2: S/MIME Kryptografische Unterschrift --]
[-- Type: application/pkcs7-signature, Size: 4453 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



             reply	other threads:[~2012-12-11 10:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-11 10:38 Denis Washington [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-11 18:26 [PATCH 1/2] Enable S/PDIF on the ASUS Xonar U3 Denis Washington

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=50C70D28.70804@online.de \
    --to=denisw@online.de \
    --cc=alsa-devel@alsa-project.org \
    /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 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.