On Mon, 1 Dec 2003, Mark Knecht wrote: > Can anyone see anything wrong with the way it's defined? > > pcm.playback_5_6 { > ... > } > > pcm.dsp0 { > type plug > slave pcm.playback_5_6 > } This should be: slave.pcm playback_5_6 HTH Clemens
On Mon, 1 Dec 2003, Mark Knecht wrote: > Can anyone see anything wrong with the way it's defined? > > pcm.playback_5_6 { > ... > } > > pcm.dsp0 { > type plug > slave pcm.playback_5_6 > } This should be: slave.pcm playback_5_6 HTH Clemens