]> code.delx.au - pulseaudio/commitdiff
conf: Load bluetooth-policy module by default
authorMikel Astiz <mikel.astiz@bmw-carit.de>
Mon, 26 Nov 2012 17:32:09 +0000 (18:32 +0100)
committerTanu Kaskinen <tanuk@iki.fi>
Thu, 29 Nov 2012 03:39:30 +0000 (05:39 +0200)
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

index e3f1f4f4def0289f3136a02d81bee125654d194a..13e548b3fa1de7c8ca2f24d294a8852e0f224134 100755 (executable)
@@ -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@PA_SOEXT@
+load-module module-bluetooth-policy
+.endif
+
 .ifexists module-bluetooth-discover@PA_SOEXT@
 load-module module-bluetooth-discover
 .endif