From: Lennart Poettering Date: Wed, 10 Sep 2008 22:40:40 +0000 (+0300) Subject: enable bluetooth by default X-Git-Tag: v0.9.13~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82572142001acc8af096000bec9b76279deeb55a;p=platform%2Fupstream%2Fpulseaudio.git enable bluetooth by default --- diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index 5f35e3ec..0af9931 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -48,6 +48,11 @@ load-module module-hal-detect load-module module-detect .endif +### Automatically load driver modules for Bluetooth hardware +.ifexists module-bluetooth-discover@PA_SOEXT@ +load-module module-bluetooth-discover +.endif + ### Load several protocols .ifexists module-esound-protocol-unix@PA_SOEXT@ load-module module-esound-protocol-unix