summaryrefslogtreecommitdiff
path: root/kernel/drv/oss_imux/.params
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drv/oss_imux/.params')
-rw-r--r--kernel/drv/oss_imux/.params24
1 files changed, 24 insertions, 0 deletions
diff --git a/kernel/drv/oss_imux/.params b/kernel/drv/oss_imux/.params
new file mode 100644
index 0000000..c52896c
--- /dev/null
+++ b/kernel/drv/oss_imux/.params
@@ -0,0 +1,24 @@
+/*
+ * IMUX supports multiple instances, please consult the man page
+ */
+
+int imux_devices=5;
+/*
+ * Number of IMUX client side devices to configure.
+ * Values: 2-48 Default: 5.
+ */
+
+int imux_masterdev=-1;
+/*
+ * Master physical device to use (ie attach IMUX to a specific soundcard)
+ * -1 means automatically detect the device. Use the device index numbers
+ * reported by ossinfo -a.
+ * Values: 0-N Default: -1 (autodetec)
+ */
+
+int imux_rate=48000;
+/*
+ * Select the base sampling rate for the IMUX device. The base rate must be
+ * one supported by the actual physical device (as reported by audioinfo -a -v2).
+ * Values: 8000-192000 Default: 48000
+ */