7472b47b6fef342900e933fc905941c2944d80a9
[AGL/meta-agl-demo.git] / recipes-multimedia / pulseaudio / pulseaudio / 0001-disable-module-role-cork-by-default.patch
1 From 9cbdc0472973c23b4e93200ed30afecbd0ef24d6 Mon Sep 17 00:00:00 2001
2 From: Matt Porter <mporter@konsulko.com>
3 Date: Tue, 27 Jun 2017 21:50:23 +0300
4 Subject: [PATCH] disable module-role-cork by default
5
6 module-role-cork's hardcoded default corking policies can conflict
7 with module-router and AudioManager's configurable routing policies.
8 Disable it to avoid unwanted corking changes on streams.
9
10 Signed-off-by: Matt Porter <mporter@konsulko.com>
11 ---
12  src/daemon/default.pa.in | 2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
16 index d46bd5e..023e680 100755
17 --- a/src/daemon/default.pa.in
18 +++ b/src/daemon/default.pa.in
19 @@ -151,7 +151,7 @@ load-module module-systemd-login
20  load-module module-position-event-sounds
21  
22  ### Cork music/video streams when a phone stream is active
23 -load-module module-role-cork
24 +#load-module module-role-cork
25  
26  ### Modules to allow autoloading of filters (such as echo cancellation)
27  ### on demand. module-filter-heuristics tries to determine what filters
28 -- 
29 2.11.0
30