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

Modified Files:
        Makefile.am 
Added Files:
        VIA686A.conf 
Log Message:
added missing VIA686A.conf

--- NEW FILE: VIA686A.conf ---
#
# Configuration for the VIA686A chip
#
# SPDIF support is not complete - it might not work, especially with AC3
# passthru mode...
#

<confdir:pcm/front.conf>

VIA686A.pcm.front.0 {
        @args [ CARD ]
        @args.CARD {
                type string
        }
        type hw
        card $CARD
        device 0
}       

<confdir:pcm/iec958.conf>

VIA686A.pcm.iec958.0 {
        @args [ CARD AES0 AES1 AES2 AES3 ]
        @args.CARD {
                type string
        }
        @args.AES0 {
                type integer
        }
        @args.AES1 {
                type integer
        }
        @args.AES2 {
                type integer
        }
        @args.AES3 {
                type integer
        }
        type hooks
        slave.pcm {
                type hw
                card $CARD
                device 0
        }
        hooks.0 {
                type ctl_elems
                hook_args [
                        {
                                name "IEC958 Playback AC97-SPSA"
                                device 0
                                lock true
                                preserve true
                                value 0
                        }
                        {
                                name "IEC958 Playback Default"
                                device 0
                                lock true
                                preserve true
                                value [ $AES0 $AES1 $AES2 $AES3 ]
                        }
                        {
                                name "IEC958 Playback Switch"
                                device 0
                                lock true
                                preserve true
                                value true
                        }
                ]
        }
}

Index: Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Makefile.am 6 May 2004 13:19:05 -0000       1.20
+++ Makefile.am 24 May 2004 14:54:54 -0000      1.21
@@ -25,6 +25,7 @@
        SI7018.conf \
        TRID4DWAVENX.conf \
        YMF744.conf \
+       VIA686A.conf \
        VIA8233.conf \
        VIA8233A.conf \
        VX222.conf \



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to