Lakka-LibreELEC/projects/Rockchip/filesystem/usr/share/alsa/cards/SPDIF.conf
Alex Bee ad0f62a411 Rockchip: rework alsa card configs
Also drop no longer needed HDMI.conf and I2S.conf
2021-10-31 10:36:42 +01:00

35 lines
538 B
Plaintext

#
# Configuration for SPDIF
#
<confdir:pcm/iec958.conf>
SPDIF.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 ]
}
]
}
hint.device 0
}