summaryrefslogtreecommitdiff
path: root/src/config.ini
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-12 21:11:19 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-12 21:31:59 +0100
commitdacdcf2516ef4520b0bb32fa34837381f65faf30 (patch)
treee58a517a421e6daba2934e6ab69d2f19ce914135 /src/config.ini
parent3c9e3b69c425ff5bad208f2c52c3d4c3aaeaf2f9 (diff)
downloadpa-sink-ctl-dacdcf2516ef4520b0bb32fa34837381f65faf30.tar.gz
pa-sink-ctl-dacdcf2516ef4520b0bb32fa34837381f65faf30.tar.bz2
pa-sink-ctl-dacdcf2516ef4520b0bb32fa34837381f65faf30.zip
Implement a priority based sink order assignment
This is handsome when using udev based device discovery.
Diffstat (limited to 'src/config.ini')
-rw-r--r--src/config.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/config.ini b/src/config.ini
new file mode 100644
index 0000000..3d4bc39
--- /dev/null
+++ b/src/config.ini
@@ -0,0 +1,16 @@
+[pa-sink-ctl]
+
+## Priority groups can be used to set the display
+## order for sinks. Priority groups start with "priority".
+## "match": a pulseaudio property to match against (use pacmd list-sinks)
+## "value": the string to compare with
+## "priority": ..to assign to matched sink (default 0)
+#[priority 0]
+#match=device.product.name
+#value=SBx00 Azalia (Intel HDA)
+#priority=2
+#
+#[priority 1]
+#match=device.product.name
+#value=USB Headset
+#priority=1