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

Modified Files:
        Makefile.am 
Added Files:
        VIA8233.conf VIA8233A.conf 
Log Message:
added the configurations for VIA8233 and VIA8233A.



--- NEW FILE: VIA8233.conf ---
#
# Configuration for the VIA8233/VIA8233C/VIA8235 chip with 4/6 multi-channel support
#

<confdir:pcm/front.conf>

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

<confdir:pcm/surround40.conf>

VIA8233.pcm.surround40.0 {
        @args [ CARD ]
        @args.CARD {
                type string
        }
        type hw
        card $CARD
        device 1
}

<confdir:pcm/surround51.conf>

VIA8233.pcm.surround51.0 "cards.VIA8233.pcm.surround40.0"

<confdir:pcm/iec958.conf>

VIA8233.pcm.iec958.0 {
        @args [ CARD AES0 AES1 AES2 AES3 ]
        @args.CARD {
                type string
        }
        @args.DEV {
                type integer
        }
        @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
                subdevice 3
        }
        hooks.0 {
                type ctl_elems
                hook_args [
                        {
                                name "IEC958 Playback AC97-SPSA"
                                lock true
                                preserve true
                                value 0
                        }
                        {
                                name "IEC958 Playback Default"
                                lock true
                                preserve true
                                value [ $AES0 $AES1 $AES2 $AES3 ]
                        }
                        {
                                name "IEC958 Playback Switch"
                                lock true
                                preserve true
                                value true
                        }
                        {
                                name "IEC958 Output Switch"
                                lock true
                                preserve true
                                value true
                        }
                ]
        }
}

--- NEW FILE: VIA8233A.conf ---
#
# Configuration for the VIA8233A chip with 4/6 multi-channel support
#

<confdir:pcm/front.conf>

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

<confdir:pcm/surround40.conf>

VIA8233A.pcm.surround51.0 "cards.VIA8233A.pcm.surround40.0"

<confdir:pcm/surround51.conf>

VIA8233A.pcm.surround51.0 "cards.VIA8233A.pcm.surround40.0"

<confdir:pcm/iec958.conf>

VIA8233A.pcm.iec958.0 {
        @args [ CARD AES0 AES1 AES2 AES3 ]
        @args.CARD {
                type string
        }
        @args.DEV {
                type integer
        }
        @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 1
        }
        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
                        }
                        {
                                name "IEC958 Output 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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile.am 29 Nov 2002 14:50:03 -0000      1.9
+++ Makefile.am 10 Jan 2003 17:51:03 -0000      1.10
@@ -15,7 +15,9 @@
        RME9652.conf \
        SI7018.conf \
        TRID4DWAVENX.conf \
-       YMF744.conf
+       YMF744.conf \
+       VIA8233.conf \
+       VIA8233A.conf
 
 EXTRA_DIST = $(cfg_files)
 alsa_DATA = $(cfg_files)



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to