mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
adjust control references in config files
Adjust the hooked control definitions for the changed interface of the "IEC958 Playback PCM Stream" control.
This commit is contained in:
parent
5203c3bfa1
commit
a2ad683c05
1 changed files with 11 additions and 0 deletions
|
|
@ -197,11 +197,22 @@ CS46xx.pcm.iec958.0 {
|
||||||
value 1
|
value 1
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
interface PCM
|
||||||
|
name "IEC958 Playback PCM Stream"
|
||||||
|
device 2
|
||||||
|
lock true
|
||||||
|
preserve true
|
||||||
|
optional true
|
||||||
|
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
# for compatibility with older drivers
|
||||||
interface PCM
|
interface PCM
|
||||||
name "IEC958 Playback PCM Stream"
|
name "IEC958 Playback PCM Stream"
|
||||||
device 0
|
device 0
|
||||||
lock true
|
lock true
|
||||||
preserve true
|
preserve true
|
||||||
|
optional true
|
||||||
value [ $AES0 $AES1 $AES2 $AES3 ]
|
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue