mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
- turn on the jack sharing switches automatically for surround pcms.
- fixed the device number of hooked controls (all zero). - use route plugin instead of multi plugin for remapping of channels.
This commit is contained in:
parent
0ecc03111d
commit
eaa016554c
5 changed files with 282 additions and 50 deletions
|
|
@ -38,6 +38,20 @@ VIA8233A.pcm.surround40.0 {
|
|||
value flase
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "Line-In As Surround"
|
||||
preserve true
|
||||
value true
|
||||
lock true
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "Surround Down Mix"
|
||||
preserve true
|
||||
value off
|
||||
lock true
|
||||
optional true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -68,6 +82,34 @@ VIA8233A.pcm.surround51.0 {
|
|||
value true
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "Line-In As Surround"
|
||||
preserve true
|
||||
value true
|
||||
lock true
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "Mic As Center/LFE"
|
||||
preserve true
|
||||
value true
|
||||
lock true
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "Surround Down Mix"
|
||||
preserve true
|
||||
value off
|
||||
lock true
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "Center/LFE Down Mix"
|
||||
preserve true
|
||||
value off
|
||||
lock true
|
||||
optional true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -79,9 +121,6 @@ VIA8233A.pcm.iec958.0 {
|
|||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
@args.DEV {
|
||||
type integer
|
||||
}
|
||||
@args.AES0 {
|
||||
type integer
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue