From: Jaroslav Kysela Date: Tue, 11 Jun 2002 07:02:02 +0000 (+0000) Subject: Added GUS.conf X-Git-Tag: v1.0.3~425 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a09bda7a6170de23c691958016a6ff9a26f74e99;p=alsa-lib.git Added GUS.conf --- diff --git a/src/conf/cards/GUS.conf b/src/conf/cards/GUS.conf new file mode 100644 index 00000000..80e30589 --- /dev/null +++ b/src/conf/cards/GUS.conf @@ -0,0 +1,66 @@ +# +# Configuration for the GUS soundcards +# + + + +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 +} diff --git a/src/conf/cards/aliases.conf b/src/conf/cards/aliases.conf index 2d6ecc11..a8a9a267 100644 --- a/src/conf/cards/aliases.conf +++ b/src/conf/cards/aliases.conf @@ -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