Add PMac Toonie configuration

Added PMac Toonie configuration.  Using softvol for default.
This commit is contained in:
Takashi Iwai 2005-04-14 14:30:02 +00:00
parent b579a024db
commit 21e676e383
3 changed files with 58 additions and 0 deletions

View file

@ -32,6 +32,7 @@ cfg_files = aliases.conf \
Maestro3.conf \
NFORCE.conf \
PC-Speaker.conf \
PMacToonie.conf \
RME9636.conf \
RME9652.conf \
SI7018.conf \

View file

@ -0,0 +1,56 @@
#
# Configuration for PMac Toonie
#
<confdir:pcm/front.conf>
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
}
}
}

View file

@ -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