Hi,
I am trying to duplicate my front left and front right channels to my rear left and right.
Here is my .asoundrc:
Code:
pcm.stereodup {
type route
slave.pcm "hw:0,0"
slave.channels 6
ttable.0.0 1
ttable.1.1 1
ttable.0.3 1
ttable.1.4 1
ttable.2.3 0.7
ttable.2.4 0.7
}
pcm.emu10k1 {
type hw
card 0
}
ctl.emu10k1 {
type hw
card 0
}
whenever I use stereodup in xmms, i get:
Code:
** WARNING **: alsa_setup(): No configuration available for playback: Invalid argument
any ideas?
Thanks!
George