From d4116f112ad05502ffe919a7d602b05d1fdfcfe5 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 3 Jul 2012 15:06:57 +0530 Subject: 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. --- data/pulseaudio/system.pa | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3