debian …and back

It’s back to Debian, as I haven’t got the time for technological adventures. Everything is set-up like before with the exception of sound which is not set for both surround 5.1 and dmix with this .asoundrc

pcm.!default plug:both

ctl.!default {
type hw
card 0
}

pcm.both {
type route
slave.pcm {
type multi
slaves {
a.pcm "dfront"
a.channels 2
b.pcm "drear"
b.channels 2
c.pcm "dcenter"
c.channels 2
}

bindings {
0.slave a;
0.channel 0;
1.slave a;
1.channel 1;

2.slave b;
2.channel 0;
3.slave b;
3.channel 1;

4.slave c;
4.channel 0;
5.slave c;
5.channel 1;

}
}

ttable {
0.0 1;
1.1 1;

0.2 1;
1.3 1;

0.4 1;
1.5 1;

}
}

ctl.both {
type hw
card 0
}

pcm.dfront {
type dmix
ipc_key 1024
slave {
pcm "front"
period_time 0
period_size 1024
buffer_size 8192
rate 48000
}
}

ctl.dfront {
type hw
card 0
device 0
}

pcm.drear {
type dmix
ipc_key 2048
slave {
pcm "rear"
period_time 0
period_size 1024
buffer_size 8192
rate 48000
}
}

ctl.dfront {
type hw
card 0
device 1
}

pcm.dcenter {
type dmix
ipc_key 4096
slave {
pcm "center_lfe"
period_time 0
period_size 1024
buffer_size 8192
rate 48000
}
}

ctl.dcenter {
type hw
card 0
device 3
}

pcm.sblive {
type plug
slave {
pcm "hw:1,0"
rate 48000
}
}

from