From: Takashi Iwai Date: Thu, 14 Apr 2005 14:30:02 +0000 (+0000) Subject: Add PMac Toonie configuration X-Git-Tag: v1.0.9rc3~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=21e676e3835123ae1d48e400ce5c8d491b35092c;p=alsa-lib.git Add PMac Toonie configuration Added PMac Toonie configuration. Using softvol for default. --- diff --git a/src/conf/cards/Makefile.am b/src/conf/cards/Makefile.am index 2e16a299..4c1b79f1 100644 --- a/src/conf/cards/Makefile.am +++ b/src/conf/cards/Makefile.am @@ -32,6 +32,7 @@ cfg_files = aliases.conf \ Maestro3.conf \ NFORCE.conf \ PC-Speaker.conf \ + PMacToonie.conf \ RME9636.conf \ RME9652.conf \ SI7018.conf \ diff --git a/src/conf/cards/PMacToonie.conf b/src/conf/cards/PMacToonie.conf new file mode 100644 index 00000000..44db11ca --- /dev/null +++ b/src/conf/cards/PMacToonie.conf @@ -0,0 +1,56 @@ +# +# Configuration for PMac Toonie +# + + + +PMacToonie.pcm.front.0 { + @args [ CARD ] + @args.CARD { + type string + } + type softvol + slave.pcm { + type hw + card $CARD + device 0 + } + control { + name "PCM Playback Volume" + card $CARD + } +} + +# once when dmix is confirmed to work on ppc, we should enable dmix/dsnoop +# for default, too + +PMacToonie.pcm.default { + @args [ CARD ] + @args.CARD { + type string + } + type asym + playback.pcm { + type plug + slave.pcm { + type softvol + slave.pcm { + type hw + card $CARD + device 0 + } + control { + name "PCM Playback Volume" + card $CARD + } + } + } + capture.pcm { + type plug + slave.pcm { + type hw + card $CARD + device 0 + } + } +} diff --git a/src/conf/cards/aliases.conf b/src/conf/cards/aliases.conf index 915fd520..d6175999 100644 --- a/src/conf/cards/aliases.conf +++ b/src/conf/cards/aliases.conf @@ -36,6 +36,7 @@ VIA82XX-MODEM cards.ICH-MODEM 'PMac Snapper' cards.PMac 'PMac Screamer' cards.PMac 'PMac AWACS' cards.PMac +'PMac Toonie' cards.PMacToonie 'USB US-X2Y' cards.US-X2Y 'Serial MIDI' cards.SerialMIDI 'Prodif Plus' cards.ProdifPlus