summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2011-08-15 14:05:49 +0200
committerColin Guthrie <colin@mageia.org>2011-08-16 11:59:20 +0100
commit286232f7a8f360654746e9f78505c358a98b1b79 (patch)
tree6b4235718d9da709e43004aa06c39915af9a5773
parent5c86d76554e43dfdba173e052257518493cd716e (diff)
JACK: Load module-jackdbus-detect in default.pa
Provides automatic integration with the dbus enabled version of JACK 2. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
-rwxr-xr-xsrc/daemon/default.pa.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index b9290ddf..6155b312 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@