From 57469ec59727364d24eb8bce7a4a97956c96e7ea Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 20 Jun 2001 15:32:36 +0000 Subject: [PATCH] Use route slave pcm instead of plug. If you need to play 8 or 16bit data on the first two channels, you can do even like this: aplay -Dplug:front foo.wav --- src/cards/ICE1712.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/cards/ICE1712.conf b/src/cards/ICE1712.conf index 1206e3b2..51d814f4 100644 --- a/src/cards/ICE1712.conf +++ b/src/cards/ICE1712.conf @@ -7,7 +7,7 @@ cards.ICE1712.pcm.front.0 { @args.CARD { type string } - type plug + type route ttable.0.0 1 ttable.1.1 1 slave.pcm { @@ -21,7 +21,7 @@ cards.ICE1712.pcm.surround40.0 { @args.CARD { type string } - type plug + type route ttable.0.0 1 ttable.1.1 1 ttable.2.2 1 @@ -37,7 +37,7 @@ cards.ICE1712.pcm.surround51.0 { @args.CARD { type string } - type plug + type route ttable.0.0 1 ttable.1.1 1 ttable.2.2 1 @@ -72,10 +72,13 @@ cards.ICE1712.pcm.iec958.0 { } type hooks slave.pcm { - type plug + type route ttable.0.8 1 ttable.1.9 1 - card $CARD + slave.pcm { + type hw + card $CARD + } } hooks.0 { type ctl_elems -- 2.47.1