mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix device number of ICH4 iec958 controls
Fix device number of control emenets in ICH4 iec958 PCM hooks.
This commit is contained in:
parent
eafb7ae5d8
commit
c445fddab6
1 changed files with 3 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ ICH4.pcm.iec958.0 {
|
|||
hook_args [
|
||||
{
|
||||
name "IEC958 Playback AC97-SPSA"
|
||||
device 0
|
||||
lock true
|
||||
preserve true
|
||||
value 3
|
||||
|
|
@ -201,12 +202,14 @@ ICH4.pcm.iec958.0 {
|
|||
}
|
||||
{
|
||||
name "IEC958 Playback Default"
|
||||
device 0
|
||||
lock true
|
||||
preserve true
|
||||
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||
}
|
||||
{
|
||||
name "IEC958 Playback Switch"
|
||||
device 0
|
||||
lock true
|
||||
preserve true
|
||||
value true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue