Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: HDMI-OUT.conf
===================================================================
--- HDMI-OUT.conf	(nonexistent)
+++ HDMI-OUT.conf	(revision 209)
@@ -0,0 +1,32 @@
+#
+# configuration for HDMI connection which just expose the audio out device
+#
+
+<confdir:pcm/hdmi.conf>
+
+HDMI-OUT.pcm.hdmi.0 {
+  @args [ CARD DEVICE CTLINDEX AES0 AES1 AES2 AES3 ]
+  @args.CARD {
+    type string
+  }
+  @args.DEVICE {
+    type integer
+  }
+  @args.CTLINDEX {
+    type integer
+  }
+  @args.AES0 {
+    type integer
+  }
+  @args.AES1 {
+    type integer
+  }
+  @args.AES2 {
+    type integer
+  }
+  @args.AES3 {
+    type integer
+  }
+  type hw
+  card $CARD
+}