mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
The system-wide default PCM config works now (by the fix of plug mmap_emul support), thus no card-specific hackish config is needed for GUS. Signed-off-by: Takashi Iwai <tiwai@suse.de>
19 lines
217 B
Text
19 lines
217 B
Text
#
|
|
# 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
|
|
}
|
|
}
|