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:
Clemens Ladisch 2005-08-02 14:18:29 +00:00
parent 5203c3bfa1
commit a2ad683c05

View file

@ -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 ]
} }
] ]