On Sat, Oct 20, 2012 at 9:05 AM, Clemens Ladisch <[email protected]>wrote:
> Scott Kilau wrote:
> > I just bought the Asus Xonar U3 USB product.
> >
> > Alsamixer does NOT offer an option to turn the S/PDIF output at all.
>
> The Xonar U1 enables its digital output with a vendor-specific command;
> see snd_usb_mixer_apply_create_quirk() in sound/usb/mixer.c. It's
> possible that the U3 uses the same command; try adding your product ID
> there.
>
>
> Regards,
> Clemens
>
Sweet!
That absolutely worked like a champ!
Tested it, and not only do I get the telltale red light coming out, but I
quickly hooked it up, and tested it to my stereo over optical, and it
worked perfectly!
Below is the diff:
diff -uprN -X linux-3.6.2.orig/
Documentation/dontdiff linux-3.6.2.orig/sound/usb/mixer_quirks.c ./linu
x-3.6.2/sound/usb/mixer_quirks.c
--- linux-3.6.2.orig/sound/usb/mixer_quirks.c 2012-10-12
15:50:59.000000000 -0500
+++ ./linux-3.6.2/sound/usb/mixer_quirks.c 2012-10-20
09:35:34.273150950 -0500
@@ -1065,6 +1065,7 @@ int snd_usb_mixer_apply_create_quirk(str
case USB_ID(0x0b05, 0x1739):
case USB_ID(0x0b05, 0x1743):
+ case USB_ID(0x0b05, 0x17a0):
err = snd_xonar_u1_controls_create(mixer);
break;
Is there somewhere I should forward this to?
The devel list?
Thanks again for the hint!
Scott
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user