For those of you using a Midiman Delta 1010 sound card, here is a simple asound.conf file doing the job to provide both coupled and independant channels control. I had some trouble figuring this out, so at least, I hope it could give you a hand,
# Asound.conf START
pcm.ice1712 {
type hw
card 0
device 0
}
# envy24 channel 1 only
pcm.channel1 {
type plug
ttable.0.0 1
slave.pcm ice1712
}
# envy24 channel 2 only
pcm.channel2 {
type plug
ttable.0.1 1
slave.pcm ice1712
}
# envy24 channel 3 only
pcm.channel3 {
type plug
ttable.0.2 1
slave.pcm ice1712
}
# envy24 channel 4 only
pcm.channel4 {
type plug
ttable.0.3 1
slave.pcm ice1712
}
# envy24 channel 5 only
pcm.channel5 {
type plug
ttable.0.4 1
slave.pcm ice1712
}
# envy24 channel 6 only
pcm.channel6 {
type plug
ttable.0.5 1
slave.pcm ice1712
}
# envy24 channel 7 only
pcm.channel7 {
type plug
ttable.0.6 1
slave.pcm ice1712
}
# envy24 channel 8 only
pcm.channel8 {
type plug
ttable.0.7 1
slave.pcm ice1712
}
# envy24 SPDIF channels only
pcm.ice1712_spdif {
type plug
ttable.0.8 1
ttable.1.9 1
slave.pcm ice1712
}
# all HW outs set to PCM OUT in envy24
pcm.hwout {
type plug
slave.pcm ice1712
}
# Asound.conf END
Steve,
Montreal, Canada