Provides automatic integration with the dbus enabled version of JACK 2. Signed-off-by: David Henningsson <[email protected]> --- src/daemon/default.pa.in | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index 95af191..156af67 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -79,6 +79,11 @@ load-module module-hal-detect load-module module-detect .endif +### Automatically connect sink and source if JACK server is present +.ifexists module-jackdbus-detect@PA_SOEXT@ +load-module module-jackdbus-detect +.endif + ifelse(@HAVE_BLUEZ@, 1, [dnl ### Automatically load driver modules for Bluetooth hardware .ifexists module-bluetooth-discover@PA_SOEXT@ -- 1.7.5.4 _______________________________________________ pulseaudio-discuss mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
