Update of /cvsroot/alsa/alsa-lib/src/conf/cards
In directory sc8-pr-cvs1:/tmp/cvs-serv23866

Modified Files:
        ENS1371.conf 
Log Message:
Added rear and surround40 definition

Index: ENS1371.conf
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/ENS1371.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ENS1371.conf        7 Nov 2002 20:06:12 -0000       1.1
+++ ENS1371.conf        17 Jan 2003 11:27:52 -0000      1.2
@@ -11,10 +11,69 @@
        }
        type hw
        card $CARD
-       device 1
+       device 0
 }      
 
 
+<confdir:pcm/rear.conf>
+
+ENS1371.pcm.rear.0 {
+       @args [ CARD ]
+       @args.CARD {
+               type string
+       }
+       type hooks
+       slave.pcm {
+               type hw
+               card $CARD
+               device 1
+       }
+       hooks.0 {
+               type ctl_elems
+               hook_args [
+                       {
+                               interface MIXER
+                               name "AC97 2ch->4ch Copy Switch"
+                               lock true
+                               preserve true
+                               value 0
+                       }
+               ]
+       }
+}      
+
+<confdir:pcm/surround40.conf>
+
+ENS1371.pcm.surround40.0 {
+       @args [ CARD ]
+       @args.CARD {
+               type string
+       }
+       type multi
+       slaves [
+               {
+                       pcm {
+                               @func concat
+                               strings [ "cards.ENS1371.pcm.front.0:CARD=" $CARD ]
+                       }
+                       channels 2
+                }
+               {
+                       pcm {
+                               @func concat
+                                strings [ "cards.ENS1371.pcm.rear.0:CARD=" $CARD ]
+                       }
+                       channels 2
+               }
+       ]
+       bindings [
+               { slave 0 channel 0 }
+               { slave 0 channel 1 }
+               { slave 1 channel 0 }
+               { slave 1 channel 1 }
+       ]
+}
+                                        
 <confdir:pcm/iec958.conf>
 
 ENS1371.pcm.iec958.0 {



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to