From: Takashi Iwai Date: Tue, 10 Feb 2004 15:44:17 +0000 (+0000) Subject: - added the indepdent front, rear, center_lfe support. X-Git-Tag: v1.0.3~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1872af49ca4fd404347154673d864ef6722061be;p=alsa-lib.git - added the indepdent front, rear, center_lfe support. --- 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 }