[pulseaudio-commits] src/daemon
David Henningsson
diwic at kemper.freedesktop.org
Fri Mar 1 05:56:52 PST 2013
src/daemon/default.pa.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 544d01721e527a3577e521f3849ccb27fad271c0
Author: David Henningsson <david.henningsson at canonical.com>
Date: Fri Mar 1 13:01:33 2013 +0100
default.pa: Load module-jackdbus-detect with channels=2 by default
There was a recent thread on Linux Audio Users mailinglist about
whether to do so or not, and it looks like most people would prefer
having a stereo default (but even better would have been a
module-jack-card where you can easily set channels/profiles on the fly).
Reference:
http://lists.linuxaudio.org/pipermail/linux-audio-user/2013-February/091068.html
Reported-by: Kaj Ailomaa <zequence at mousike.me>
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 13e548b..b4c4965 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -78,7 +78,7 @@ load-module module-detect
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect at PA_SOEXT@
.nofail
-load-module module-jackdbus-detect
+load-module module-jackdbus-detect channels=2
.fail
.endif
More information about the pulseaudio-commits
mailing list