From dacdcf2516ef4520b0bb32fa34837381f65faf30 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 12 Dec 2011 21:11:19 +0100 Subject: Implement a priority based sink order assignment This is handsome when using udev based device discovery. --- src/config.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/config.ini (limited to 'src/config.ini') 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 -- cgit