mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05: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,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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue