summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2012-07-03 15:06:57 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-07-03 15:07:49 +0530
commitd4116f112ad05502ffe919a7d602b05d1fdfcfe5 (patch)
tree2ccffabed5ce5e27392b6616c2573b469980e6f8 /data
parented1aa7710ff2adc80fbead86cd0b0231f8233d19 (diff)
pulseaudio: Config changes for role-based routing
Now that we're using roles for modifiers, we use module-intended-roles for role-based routing. We also make the suspend timeout shorter so that modifiers are only enabled for the short period when they are needed.
Diffstat (limited to 'data')
-rw-r--r--data/pulseaudio/system.pa5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/pulseaudio/system.pa b/data/pulseaudio/system.pa
index 2f4854d..0ca0eab 100644
--- a/data/pulseaudio/system.pa
+++ b/data/pulseaudio/system.pa
@@ -52,7 +52,10 @@ load-module module-rescue-streams
load-module module-always-sink
### Automatically suspend sinks/sources that become idle for too long
-load-module module-suspend-on-idle
+load-module module-suspend-on-idle timeout=1
+
+### Honour intended role device property
+load-module module-intended-roles
### Load Android-specific policy module
load-module module-android-policy