]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added GUS.conf
authorJaroslav Kysela <perex@perex.cz>
Tue, 11 Jun 2002 07:02:02 +0000 (07:02 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 11 Jun 2002 07:02:02 +0000 (07:02 +0000)
src/conf/cards/GUS.conf [new file with mode: 0644]
src/conf/cards/aliases.conf

diff --git a/src/conf/cards/GUS.conf b/src/conf/cards/GUS.conf
new file mode 100644 (file)
index 0000000..80e3058
--- /dev/null
@@ -0,0 +1,66 @@
+#
+# Configuration for the GUS soundcards
+#
+
+<confdir:pcm/front.conf>
+
+GUS.pcm.front.0 {
+       @args [ CARD ]
+       @args.CARD {
+               type string
+       }
+       type route
+       ttable.0.0 1
+       ttable.1.1 1
+       slave.pcm {
+               type hw
+               card $CARD
+       }
+}      
+
+#
+# It's a temporary solution.
+#
+
+!pcm.hw {
+       @args [ CARD DEV SUBDEV ]
+       @args.CARD {
+               type string
+               default {
+                       @func getenv
+                       vars [
+                               ALSA_PCM_CARD
+                               ALSA_CARD
+                       ]
+                       default {
+                               @func refer
+                               name defaults.pcm.card
+                       }
+               }
+       }
+       @args.DEV {
+               type integer
+               default {
+                       @func igetenv
+                       vars [
+                               ALSA_PCM_DEVICE
+                       ]
+                       default {
+                               @func refer
+                               name defaults.pcm.device
+                       }
+               }
+       }
+       @args.SUBDEV {
+               type integer
+               default {
+                       @func refer
+                       name defaults.pcm.subdevice
+               }
+       }               
+       type hw
+       card $CARD
+       device $DEV
+       subdevice $SUBDEV
+       mmap_emulation on
+}
index 2d6ecc11b94ea65ad481515b2cfe1dc6bf4f3114..a8a9a26707e9292a44441d09e7b6a6906a1bfcf6 100644 (file)
@@ -11,3 +11,9 @@ CMIPCI cards.CMI8338
 CMI8738 cards.CMI8338
 CMI8738-MC4 cards.CMI8738-MC6
 'E-mu APS' cards.EMU10K1
+'GUS Max' cards.GUS
+'GUS ACE' cards.GUS
+'GUS Extreme' cards.GUS
+'AMD InterWave' cards.GUS
+'Dynasonic 3-D' cards.GUS
+'InterWave STB' cards.GUS