]> git.alsa-project.org Git - alsa-lib.git/commitdiff
- added the indepdent front, rear, center_lfe support.
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Feb 2004 15:44:17 +0000 (15:44 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 10 Feb 2004 15:44:17 +0000 (15:44 +0000)
src/conf/cards/ICE1724.conf

index 2dd8bb5cf367e495a77470ffdbaf7874fb93c6dc..4846bd1714348af3e42e4a4e988196977d9e9fc3 100644 (file)
@@ -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
+}      
+
+<confdir:pcm/rear.conf>
+
+ICE1724.pcm.rear.0 {
+       @args [ CARD ]
+       @args.CARD {
+               type string
+       }
+       type hw
+       card $CARD
+       device 2
+       subdevice 1
+}      
+
+<confdir:pcm/center_lfe.conf>
+
+ICE1724.pcm.center_lfe.0 {
+       @args [ CARD ]
+       @args.CARD {
+               type string
        }
+       type hw
+       card $CARD
+       device 2
+       subdevice 0
 }      
 
 <confdir:pcm/surround40.conf>