mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -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
|
|
@ -60,6 +60,13 @@ ATIIXP.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
|
||||
|
|
@ -96,6 +103,19 @@ ATIIXP.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