Update of /cvsroot/alsa/alsa-lib/src/conf/cards
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32361/src/conf/cards

Modified Files:
        ICE1712.conf 
Log Message:
- fixed the iec958 capture using asym plugin.
  the different routing is used.




Index: ICE1712.conf
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/ICE1712.conf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ICE1712.conf        12 Aug 2003 09:34:38 -0000      1.6
+++ ICE1712.conf        26 Jan 2004 15:57:05 -0000      1.7
@@ -77,28 +77,42 @@
        @args.AES3 {
                type integer
        }
-       type hooks
-       slave.pcm {
+       type asym
+       playback.pcm {
+               type hooks
+               slave.pcm {
+                       type route
+                       ttable.0.8 1
+                       ttable.1.9 1
+                       slave.pcm {
+                               type hw
+                               card $CARD
+                       }
+                       slave.format S32_LE
+                       slave.channels 10
+               }
+               hooks.0 {
+                       type ctl_elems
+                       hook_args [
+                               {
+                                       interface PCM
+                                       name "IEC958 Playback PCM Stream"
+                                       lock true
+                                       preserve true
+                                       value [ $AES0 $AES1 $AES2 $AES3 ]
+                               }
+                       ]
+               }
+       }
+       capture.pcm {
                type route
-               ttable.0.8 1
-               ttable.1.9 1
+               ttable.0.10 1
+               ttable.1.11 1
                slave.pcm {
                        type hw
                        card $CARD
                }
                slave.format S32_LE
-               slave.channels 10
-       }
-       hooks.0 {
-               type ctl_elems
-               hook_args [
-                       {
-                               interface PCM
-                               name "IEC958 Playback PCM Stream"
-                               lock true
-                               preserve true
-                               value [ $AES0 $AES1 $AES2 $AES3 ]
-                       }
-               ]
+               slave.channels 12
        }
 }



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to