mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-28 07:00:15 -05:00
For consistency, use the PCM interface instead of MIXER for IEC958 default/mask/stream mixer controls.
63 lines
860 B
Text
63 lines
860 B
Text
#
|
|
# Configuration for Digigram VXpocket
|
|
#
|
|
|
|
<confdir:pcm/front.conf>
|
|
|
|
VXPocket.pcm.front.0 {
|
|
@args [ CARD ]
|
|
@args.CARD {
|
|
type string
|
|
}
|
|
type hw
|
|
card $CARD
|
|
device 0
|
|
}
|
|
|
|
<confdir:pcm/iec958.conf>
|
|
|
|
VXPocket.pcm.iec958.0 {
|
|
@args [ CARD AES0 AES1 AES2 AES3 ]
|
|
@args.CARD {
|
|
type string
|
|
}
|
|
@args.AES0 {
|
|
type integer
|
|
}
|
|
@args.AES1 {
|
|
type integer
|
|
}
|
|
@args.AES2 {
|
|
type integer
|
|
}
|
|
@args.AES3 {
|
|
type integer
|
|
}
|
|
type hooks
|
|
slave.pcm {
|
|
type hw
|
|
card $CARD
|
|
device 0
|
|
}
|
|
hooks.0 {
|
|
type ctl_elems
|
|
hook_args [
|
|
{
|
|
interface PCM
|
|
name "IEC958 Playback Default"
|
|
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 ]
|
|
}
|
|
]
|
|
}
|
|
}
|