mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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@mousike.me> Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
773ca81dea
commit
544d01721e
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ load-module module-detect
|
|||
### Automatically connect sink and source if JACK server is present
|
||||
.ifexists module-jackdbus-detect@PA_SOEXT@
|
||||
.nofail
|
||||
load-module module-jackdbus-detect
|
||||
load-module module-jackdbus-detect channels=2
|
||||
.fail
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue