Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am a total newbie when it comes to programming or even talking directly to drivers. The thing I want to do is hooking up my Raspberry Pi with a 5.1 external USB-soundcard. I would really like to use the Creative Sound Blaster X-Fi Surround Pro for that but Creative only provides Windows drivers. Which basically means I will have to write my own driver. While I assume that it will be quite easy to do the audio playback (I have done a fair amount of audio processing in my life) I don't have a clue how to set the USB card volume. I am honestly mostly irritated that the Sound Blaster has its own external volume control (which is the main reason for me to use it). Just applying a simple gain factor on the bit stream would be really easy.

My question is: Could it be that I would have to just set the system volume and that the volume control on the sound card just transfers values to the USB host which I then would have to make sense of? In case you do not know the Sound Blaster card, would that be the standard way of doing things?

share|improve this question
1  
Check out the ALSA project for support of your hardware. alsa-project.org/main/index.php/Matrix:Vendor-Creative_Labs – sawdust Nov 14 '12 at 21:00
@sawdust Thanks for the advice. Basic functionality is established, let's see if I can get this working properly. – Lucas Hoepner Jan 25 at 9:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.