use PCM interface for IEC958 controls

For consistency, use the PCM interface instead of MIXER for IEC958
default/mask/stream mixer controls.
This commit is contained in:
Clemens Ladisch 2005-08-03 12:50:32 +00:00
parent a2ad683c05
commit a4c7041de5
8 changed files with 84 additions and 0 deletions

View file

@ -181,10 +181,21 @@ EMU10K1X.pcm.iec958.0 {
value 0
}
{
interface PCM
name "IEC958 Playback Default"
index 0
lock true
preserve true
optional true
value [ $AES0 $AES1 $AES2 $AES3 ]
}
{
# for compatibility with older drivers
name "IEC958 Playback Default"
index 0
lock true
preserve true
optional true
value [ $AES0 $AES1 $AES2 $AES3 ]
}
]