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

Modified Files:
        VIA8233A.conf 
Log Message:
set/reset the surround-swap switch for 4 and 6 channel playback.



Index: VIA8233A.conf
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/VIA8233A.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VIA8233A.conf       28 Jan 2003 11:37:01 -0000      1.2
+++ VIA8233A.conf       25 Feb 2003 16:57:59 -0000      1.3
@@ -16,11 +16,59 @@
 
 <confdir:pcm/surround40.conf>
 
-VIA8233A.pcm.surround51.0 "cards.VIA8233A.pcm.surround40.0"
+VIA8233A.pcm.surround40.0 {
+       @args [ CARD ]
+       @args.CARD {
+               type string
+       }
+       type hooks
+       slave.pcm {
+               type hw
+               card $CARD
+               device 0
+       }
+       hooks.0 {
+               type ctl_elems
+               hook_args [
+                       {
+                               name "Swap Surround Slot"
+                               device 0
+                               lock true
+                               preserve true
+                               value flase
+                               optional true
+                       }
+               ]
+       }
+}
 
 <confdir:pcm/surround51.conf>
 
-VIA8233A.pcm.surround51.0 "cards.VIA8233A.pcm.surround40.0"
+VIA8233A.pcm.surround51.0 {
+       @args [ CARD ]
+       @args.CARD {
+               type string
+       }
+       type hooks
+       slave.pcm {
+               type hw
+               card $CARD
+               device 0
+       }
+       hooks.0 {
+               type ctl_elems
+               hook_args [
+                       {
+                               name "Swap Surround Slot"
+                               device 0
+                               lock true
+                               preserve true
+                               value true
+                               optional true
+                       }
+               ]
+       }
+}
 
 <confdir:pcm/iec958.conf>
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to