summaryrefslogtreecommitdiff
path: root/package/alsa-lib/files/imx-spdif.conf
diff options
context:
space:
mode:
Diffstat (limited to 'package/alsa-lib/files/imx-spdif.conf')
-rw-r--r--package/alsa-lib/files/imx-spdif.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/package/alsa-lib/files/imx-spdif.conf b/package/alsa-lib/files/imx-spdif.conf
new file mode 100644
index 000000000..689c7322c
--- /dev/null
+++ b/package/alsa-lib/files/imx-spdif.conf
@@ -0,0 +1,32 @@
+#
+# Configuration for iMX6 SPDIF output - /usr/share/alsa/cards/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 ]
+ }
+ ]
+ }
+}