mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Add PMac Toonie configuration
Added PMac Toonie configuration. Using softvol for default.
This commit is contained in:
parent
b579a024db
commit
21e676e383
3 changed files with 58 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ cfg_files = aliases.conf \
|
|||
Maestro3.conf \
|
||||
NFORCE.conf \
|
||||
PC-Speaker.conf \
|
||||
PMacToonie.conf \
|
||||
RME9636.conf \
|
||||
RME9652.conf \
|
||||
SI7018.conf \
|
||||
|
|
|
|||
56
src/conf/cards/PMacToonie.conf
Normal file
56
src/conf/cards/PMacToonie.conf
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue