[pulseaudio-discuss] [PATCH v1 3/3] conf: Load bluetooth-policy module by default
Mikel Astiz
mikel.astiz.oss at gmail.com
Mon Nov 26 09:32:09 PST 2012
From: Mikel Astiz <mikel.astiz at bmw-carit.de>
Headset use-cases shouldn't get affected by this module and the support
for A2DP source is interesting, therefore load the module by default.
---
src/daemon/default.pa.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index e3f1f4f..13e548b 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -84,6 +84,10 @@ load-module module-jackdbus-detect
ifelse(@HAVE_BLUEZ@, 1, [dnl
### Automatically load driver modules for Bluetooth hardware
+.ifexists module-bluetooth-policy at PA_SOEXT@
+load-module module-bluetooth-policy
+.endif
+
.ifexists module-bluetooth-discover at PA_SOEXT@
load-module module-bluetooth-discover
.endif
--
1.7.11.7
More information about the pulseaudio-discuss
mailing list