summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2012-05-11 11:17:26 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-06-01 15:00:39 +0530
commit76ec91cec8f7cb3fe27326384717a092ebedec20 (patch)
treebe5d5a76048ac0fe5cf073ec5a92962caa18c415
parent6a7e5ce434581759cba6e4962048835c4bdfb6bf (diff)
Add preliminary support for emulating Android policy
This includes a PulseAudio-side changing adding and Android policy module, and configuration changes to use this.
-rw-r--r--data/pulseaudio/daemon.conf1
-rw-r--r--data/pulseaudio/system.pa2
m---------pulseaudio0
3 files changed, 3 insertions, 0 deletions
diff --git a/data/pulseaudio/daemon.conf b/data/pulseaudio/daemon.conf
index 8700b45..6600db1 100644
--- a/data/pulseaudio/daemon.conf
+++ b/data/pulseaudio/daemon.conf
@@ -55,6 +55,7 @@ resample-method = speex-fixed-4
; enable-remixing = yes
; enable-lfe-remixing = no
+flat-volumes = no
; flat-volumes = yes
; rlimit-fsize = -1
diff --git a/data/pulseaudio/system.pa b/data/pulseaudio/system.pa
index 41e83fb..2f4854d 100644
--- a/data/pulseaudio/system.pa
+++ b/data/pulseaudio/system.pa
@@ -54,3 +54,5 @@ load-module module-always-sink
### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle
+### Load Android-specific policy module
+load-module module-android-policy
diff --git a/pulseaudio b/pulseaudio
-Subproject 81ce59b80cdf5e737e26f06e10f4a13d8b1af6c
+Subproject 9081dad5c01c5ed7606002b9a98c14cc10afc46