pcm.!default { type plug slave { pcm "somedevice" rate 22050 channels 2 } ttable.0.0 1; ttable.1.1 1; ttable.0.1 0; ttable.1.0 0; } pcm.somedevice { type plug slave.pcm { type softvol slave.pcm "outLR" control { name "SoftVlmCtl" card 0 count 2 } # resolution 256 # min_dB -20.0 # max_dB 0.0 } } pcm.outsmixed { type dmix ipc_key 1024 slave { pcm "hw:0,0" period_size 1000 rate 22050 channels 2 } bindings { 0 0 1 1 } } pcm.outLR { type route slave { pcm "outsmixed" } ttable.0.0 0.707; ttable.1.1 0.707; ttable.0.1 0.707; ttable.1.0 0.707; }