From 1872af49ca4fd404347154673d864ef6722061be Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 10 Feb 2004 15:44:17 +0000 Subject: [PATCH] - added the indepdent front, rear, center_lfe support. --- src/conf/cards/ICE1724.conf | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/src/conf/cards/ICE1724.conf b/src/conf/cards/ICE1724.conf index 2dd8bb5c..4846bd17 100644 --- a/src/conf/cards/ICE1724.conf +++ b/src/conf/cards/ICE1724.conf @@ -9,13 +9,34 @@ ICE1724.pcm.front.0 { @args.CARD { type string } - type route - ttable.0.0 1 - ttable.1.1 1 - slave.pcm { - type hw - card $CARD + type hw + card $CARD +} + + + +ICE1724.pcm.rear.0 { + @args [ CARD ] + @args.CARD { + type string + } + type hw + card $CARD + device 2 + subdevice 1 +} + + + +ICE1724.pcm.center_lfe.0 { + @args [ CARD ] + @args.CARD { + type string } + type hw + card $CARD + device 2 + subdevice 0 } -- 2.47.1