Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for optical output of Asus Xonar U3 #177

Closed
gertjanol opened this issue May 6, 2013 · 4 comments
Closed

Add support for optical output of Asus Xonar U3 #177

gertjanol opened this issue May 6, 2013 · 4 comments

Comments

@gertjanol
Copy link

Could you add support for enabling the optical output of the Asus Xonar U3 USB soundcard? If I'm not mistaken, this is a one line change:

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;

See http://www.mentby.com/Group/alsa-user/asus-xonar-u3-usb-optical-output-unsettable.html

@popcornmix
Copy link
Contributor

Generally I'm not keen on pulling in out of tree patches. It causes a maintenance headache when switching to newer kernels, and could have undesirable consequences.

If this patch is correct, it should be sumbitted upstream. If it's accepted there, I'm more likely to cherry-pick it into current kernel.

@gertjanol
Copy link
Author

Ah yes, I understand. In fact, it is submitted upstream and incorporated in 3.8. Is there an ETA for the precompiled RPI modules for 3.8, or should I try to recompile 3.6 myself with this patch included?

@popcornmix
Copy link
Contributor

Prebuilt 3.8 is available and seems stable for me:
raspberrypi/linux#225

sudo BRANCH=next rpi-upate
should update to it.

@gertjanol
Copy link
Author

Thanks, works like a charm! 3.8 seems stable, and my Xonar U3 is working flawlessly :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants