> From: Clemens Ladisch <clemens@xxxxxxxxxx> > Does the definition show up in the output of "aplay -L"? timo:~$ aplay -L (A lot of stuff cut away here to save space) multi { type plug slave.pcm { type multi slaves.a { pcm hw:0 channels 2 } slaves.b { pcm hw:1 channels 2 } slaves.c { pcm hw:2 channels 2 } bindings { 0 { slave a channel 0 } 1 { slave a channel 1 } 2 { slave b channel 0 } 3 { slave b channel 1 } 4 { slave c channel 0 } 5 { slave c channel 1 } 0 { slave a channel 0 } 1 { slave a channel 1 } 2 { slave b channel 0 } 3 { slave b channel 1 } 4 { slave c channel 0 } 5 { slave c channel 1 } } } } is this as it should be? Timo