The default definition of front:idx for ICE1712-based cards didn't workpreviously because the route plugin cannot change the number of channelsbetween the hardware device (with 10 or 12 channels) and the soft-device(with 2 channels). Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@xxxxxxxxx>--- src/conf/cards/ICE1712.conf | 28 ++++++++++++++++++++++------ 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/src/conf/cards/ICE1712.conf b/src/conf/cards/ICE1712.confindex 5445920..bb93c1d 100644--- a/src/conf/cards/ICE1712.conf+++ b/src/conf/cards/ICE1712.conf@@ -32,12 +32,28 @@ ICE1712.pcm.front.0 { @args.CARD { type string }- type route- ttable.0.0 1- ttable.1.1 1- slave.pcm {- type hw- card $CARD+ type asym+ playback.pcm {+ type route+ ttable.0.0 1+ ttable.1.1 1+ slave.pcm {+ type hw+ card $CARD+ }+ slave.format S32_LE+ slave.channels 10+ }+ capture.pcm {+ type route+ ttable.0.8 1+ ttable.1.9 1+ slave.pcm {+ type hw+ card $CARD+ }+ slave.format S32_LE+ slave.channels 12 } } -- 1.6.1 _______________________________________________Alsa-devel mailing listAlsa-devel@xxxxxxxxxxxxxxxxxxxx://mailman.alsa-project.org/mailman/listinfo/alsa-devel