conf: Load bluetooth-policy module by default

Headset use-cases shouldn't get affected by this module and the support
for A2DP source is interesting, therefore load the module by default.
This commit is contained in:
Mikel Astiz 2012-11-26 18:32:09 +01:00 committed by Tanu Kaskinen
parent 71bd458bd1
commit 6ef23eb4af

View file

@ -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