SB Live! 24 bit AUX patch (2.6.16-rc1)
January 30th, 2006
If you bought a SoundBlaster Live! 24 bit and you wanted to use its AUX input under linux then you probably noticed that alsa’s driver (ca0106) doesn’t provide such functionality.
Adding it is not a real issue, pratically the card has three inputs:
- microphone
- line in
- input
Those inputs are mutually exclusive since they uses the same channel. Pratically talking this mean that they cannot operate simultaneously, and making the AUX working is just a matter of enabling/disabling the pipe against its controller.
Here there is a patch against linux kernel vanilla 2.6.16-rc1. The only issue I found is that if anyone uses the AUX, there’s some background noise but I’m still trying to figuring out if this issue comes from the TV card that’s attached to or from the patch itself.
Please note that this patch needs testing: if you can test it let me know both if everything goes ok and if something goes wrong.