mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Disable 'duplicate front' switch for rear
The rear PCM needs to disable 'duplicate front' switch.
This commit is contained in:
parent
8269dca0dd
commit
d06e8bec19
1 changed files with 18 additions and 3 deletions
|
|
@ -21,9 +21,24 @@ CS46xx.pcm.rear.0 {
|
|||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 1
|
||||
type hooks
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue