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

Modified Files:
        Makefile.am aliases.conf 
Added Files:
        AU8810.conf AU8820.conf AU8830.conf 
Log Message:
added the definitions for vortex au88x0 cards.



--- NEW FILE: AU8810.conf ---
#
# Configuration for the AU8810 chip
#

<confdir:pcm/front.conf>

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

<confdir:pcm/iec958.conf>

AU8810.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 hw
        card $CARD
        device 1
}

--- NEW FILE: AU8820.conf ---
#
# Configuration for the AU8820 chip
#

<confdir:pcm/front.conf>

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

--- NEW FILE: AU8830.conf ---
#
# Configuration for the AU8830 chip
#

<confdir:pcm/front.conf>

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

<confdir:pcm/surround40.conf>

AU8830.pcm.surround40.0 "cards.AU8830.pcm.front.0"

<confdir:pcm/iec958.conf>

AU8830.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 hw
        card $CARD
        device 1
}

Index: Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Makefile.am 26 Sep 2003 06:38:35 -0000      1.16
+++ Makefile.am 27 Nov 2003 16:50:52 -0000      1.17
@@ -1,5 +1,8 @@
 alsadir = $(datadir)/alsa/cards
 cfg_files = aliases.conf \
+       AU8810.conf \
+       AU8820.conf \
+       AU8830.conf \
        Audigy.conf \
        Audigy2.conf \
        CMI8338.conf \

Index: aliases.conf
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/aliases.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- aliases.conf        11 Jun 2002 07:02:02 -0000      1.3
+++ aliases.conf        27 Nov 2003 16:50:52 -0000      1.4
@@ -17,3 +17,6 @@
 'AMD InterWave' cards.GUS
 'Dynasonic 3-D' cards.GUS
 'InterWave STB' cards.GUS
+au8810 cards.AU8810
+au8820 cards.AU8820
+au8830 cards.AU8830



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to