mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
33 lines
681 B
Text
33 lines
681 B
Text
#
|
|
# Configuration for iMX6 SPDIF output - /usr/share/alsa/cards/imx-spdif.conf
|
|
# Taken from https://github.com/OpenBricks/openbricks/blob/master/packages/sound/alsa-lib/config/imx-spdif.conf
|
|
#
|
|
|
|
<confdir:pcm/iec958.conf>
|
|
|
|
imx-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
|
|
}
|
|
hooks.0 {
|
|
type ctl_elems
|
|
hook_args [
|
|
{
|
|
interface MIXER
|
|
name "IEC958 Playback Default"
|
|
lock true
|
|
preserve true
|
|
optional true
|
|
value [ $AES0 $AES1 $AES2 $AES3 ]
|
|
}
|
|
]
|
|
}
|
|
}
|