mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
Make surround config backward compatible
Make hooks for surround config backward compatible with the older drivers (without "Channel Mode" control).
This commit is contained in:
parent
87ec7df91d
commit
062df69f00
7 changed files with 140 additions and 0 deletions
|
|
@ -76,6 +76,13 @@ ICH4.pcm.surround40.0 {
|
|||
lock true
|
||||
optional true
|
||||
}
|
||||
# for old drivers
|
||||
{
|
||||
name "Line-In As Surround"
|
||||
preserve true
|
||||
value true
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "Surround Down Mix"
|
||||
preserve true
|
||||
|
|
@ -119,6 +126,19 @@ ICH4.pcm.surround51.0 {
|
|||
lock true
|
||||
optional true
|
||||
}
|
||||
# for old drivers
|
||||
{
|
||||
name "Line-In As Surround"
|
||||
preserve true
|
||||
value true
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "Mic As Center/LFE"
|
||||
preserve true
|
||||
value true
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "Surround Down Mix"
|
||||
preserve true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue