View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 09:40 AM
MikeyD
 
Posts: n/a
Default Re: ALSA with Multiple Sound Cards

Pete wrote in <92bd6cf.0504090108.6f203f82@posting.google.com> :

> I have audiophile 24/96 and sb audigy2 soundcards. What i should put
> in ~/.asoundrc to get audiophile working. Now when i play with xmms
> with focus on audiophile, it says: failed to open audio output: alsa
> output plugin. I have emu10k1 in hw:0,0 emu10k1 efx in in hw:0,2
> ice1712 in hw:1,0.


You want the default sections. Probably something like:
pcm.!default {
type hw
slave.pcm "hw:1,0"
}
ctl.!default {
type hw
card 1
}
I'm not sure about that slave.pcm line though.
Reply With Quote