I found a very helpful stack overflow thread https://stackoverflow.com/questions/439 ... em-configs
The config I am using now is:
Code: Select all
pcm.quad {
type multi
slaves.a.pcm "hw:Intel"
slaves.a.channels 2
slaves.b.pcm "dmix:Schiit"
slaves.b.channels 2
bindings.0 { slave a; channel 0; }
bindings.1 { slave a; channel 1; }
bindings.2 { slave b; channel 0; }
bindings.3 { slave b; channel 1; }
}
pcm.stereo2quad {
type route
slave.pcm "quad"
ttable.0.0 1
ttable.1.1 1
ttable.0.2 1
ttable.1.3 1
}
pcm.!default {
type asym
playback.pcm "plug:stereo2quad"
capture.pcm "plug:dsnoop:Intel"
}I would be glad if someone knew what to do or could point me in the right direction.
Thank you!


