]> git.alsa-project.org Git - alsa-lib.git/commitdiff
added the definitions for vortex au88x0 cards.
authorTakashi Iwai <tiwai@suse.de>
Thu, 27 Nov 2003 16:50:52 +0000 (16:50 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 27 Nov 2003 16:50:52 +0000 (16:50 +0000)
src/conf/cards/AU8810.conf [new file with mode: 0644]
src/conf/cards/AU8820.conf [new file with mode: 0644]
src/conf/cards/AU8830.conf [new file with mode: 0644]
src/conf/cards/Makefile.am
src/conf/cards/aliases.conf

diff --git a/src/conf/cards/AU8810.conf b/src/conf/cards/AU8810.conf
new file mode 100644 (file)
index 0000000..5941937
--- /dev/null
@@ -0,0 +1,42 @@
+#
+# 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
+}
diff --git a/src/conf/cards/AU8820.conf b/src/conf/cards/AU8820.conf
new file mode 100644 (file)
index 0000000..1aa8c85
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# 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
+}      
diff --git a/src/conf/cards/AU8830.conf b/src/conf/cards/AU8830.conf
new file mode 100644 (file)
index 0000000..7ad988a
--- /dev/null
@@ -0,0 +1,46 @@
+#
+# 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 082d53c0601ee2eb71f01bf635acf38f3bc600c9..1de4c4bce513179ef25b30e9a09852bb02653b0a 100644 (file)
@@ -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 a8a9a26707e9292a44441d09e7b6a6906a1bfcf6..0953fadb66410204fb9300cdc12c886b2c6b095a 100644 (file)
@@ -17,3 +17,6 @@ CMI8738-MC4 cards.CMI8738-MC6
 'AMD InterWave' cards.GUS
 'Dynasonic 3-D' cards.GUS
 'InterWave STB' cards.GUS
+au8810 cards.AU8810
+au8820 cards.AU8820
+au8830 cards.AU8830