Disable 'duplicate front' switch for rear

The rear PCM needs to disable 'duplicate front' switch.
This commit is contained in:
Takashi Iwai 2004-12-06 19:49:42 +00:00
parent 8269dca0dd
commit d06e8bec19

View file

@ -21,10 +21,25 @@ CS46xx.pcm.rear.0 {
@args.CARD { @args.CARD {
type string type string
} }
type hooks
slave.pcm {
type hw type hw
card $CARD card $CARD
device 1 device 1
} }
hooks.0 {
type ctl_elems
hook_args [
{
name "Duplicate Front"
lock true
preserve true
value 0
optional true
}
]
}
}
<confdir:pcm/center_lfe.conf> <confdir:pcm/center_lfe.conf>