diff options
author | Mikel Astiz <mikel.astiz@bmw-carit.de> | 2012-11-26 18:32:09 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-11-29 05:39:30 +0200 |
commit | 6ef23eb4af309018b5e0e834d634e92deef79877 (patch) | |
tree | b55b9f8378215bcf92aaf6531b1b4fe9b84842c0 | |
parent | 71bd458bd1f9c92e2d929b8741346112109b17e0 (diff) |
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.
-rwxr-xr-x | src/daemon/default.pa.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index e3f1f4f4..13e548b3 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@PA_SOEXT@ +load-module module-bluetooth-policy +.endif + .ifexists module-bluetooth-discover@PA_SOEXT@ load-module module-bluetooth-discover .endif |