You are not logged in.
Pages: 1
Any ideas? For my last setup it just defaulted to the mixer on the first one, which is where I wanted it, but now I'd like for it to go to my second card?
~/.asoundrc
pcm.dsp0 {
type plug
slave.pcm "dmix"
}
ctl.mixer0 {
type hw
card 0
}
pcm.dsp1 {
type plug
slave.pcm "dmix"
}
ctl.mixer1 {
type hw
card 1
}
Offline
Pages: 1