2005-04-14 14:30:02 +00:00
|
|
|
#
|
|
|
|
|
# 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
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2005-09-19 12:40:02 +00:00
|
|
|
# default with dmix+softvol & dsnoop
|
2005-04-14 14:30:02 +00:00
|
|
|
PMacToonie.pcm.default {
|
|
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
type asym
|
|
|
|
|
type plug
|
|
|
|
|
slave.pcm {
|
|
|
|
|
type softvol
|
|
|
|
|
slave.pcm {
|
2005-09-19 12:40:02 +00:00
|
|
|
@func concat
|
|
|
|
|
strings [ "dmix:CARD=" $CARD ",FORMAT=S16" ]
|
2005-04-14 14:30:02 +00:00
|
|
|
}
|
|
|
|
|
control {
|
|
|
|
|
name "PCM Playback Volume"
|
|
|
|
|
card $CARD
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
capture.pcm {
|
|
|
|
|
type plug
|
|
|
|
|
slave.pcm {
|
2005-09-19 12:40:02 +00:00
|
|
|
@func concat
|
|
|
|
|
strings [ "dsnoop:CARD=" $CARD ",FORMAT=S16" ]
|
2005-04-14 14:30:02 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|