[alsa-devel] [PATCH 1/2] Enable S/PDIF on the ASUS Xonar U3
Denis Washington
denisw at online.de
Tue Dec 11 11:38:32 CET 2012
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4453 bytes
Desc: S/MIME Kryptografische Unterschrift
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20121211/71498041/attachment.p7s>
More information about the Alsa-devel
mailing list