mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
Use 'Channel Mode' control
Use 'Channel Mode' control to set the 4/6 channel mode in the config hooks.
This commit is contained in:
parent
f65d9f3108
commit
54ec88bafb
8 changed files with 44 additions and 102 deletions
|
|
@ -54,9 +54,9 @@ ATIIXP.pcm.surround40.0 {
|
|||
type ctl_elems
|
||||
hook_args [
|
||||
{
|
||||
name "Line-In As Surround"
|
||||
name "Channel Mode"
|
||||
preserve true
|
||||
value true
|
||||
value "4ch"
|
||||
lock true
|
||||
optional true
|
||||
}
|
||||
|
|
@ -90,16 +90,9 @@ ATIIXP.pcm.surround51.0 {
|
|||
type ctl_elems
|
||||
hook_args [
|
||||
{
|
||||
name "Line-In As Surround"
|
||||
name "Channel Mode"
|
||||
preserve true
|
||||
value true
|
||||
lock true
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "Mic As Center/LFE"
|
||||
preserve true
|
||||
value true
|
||||
value "6ch"
|
||||
lock true
|
||||
optional true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue