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

@ -262,9 +262,20 @@ EMU10K1.pcm.iec958.0 {
type ctl_elems
hook_args [
{
interface PCM
name "IEC958 Playback Default"
device 2
lock true
preserve true
optional true
value [ $AES0 $AES1 $AES2 $AES3 ]
}
{
# for compatibility with older drivers
name "IEC958 Playback Default"
lock true
preserve true
optional true
value [ $AES0 $AES1 $AES2 $AES3 ]
}
{