|
|
035322 |
diff -up pulseaudio-8.99.2/man/pulse-daemon.conf.5.xml.in.disable_flat_volumes pulseaudio-8.99.2/man/pulse-daemon.conf.5.xml.in
|
|
|
035322 |
--- pulseaudio-8.99.2/man/pulse-daemon.conf.5.xml.in.disable_flat_volumes 2016-05-26 23:21:17.000000000 -0500
|
|
|
035322 |
+++ pulseaudio-8.99.2/man/pulse-daemon.conf.5.xml.in 2016-05-31 10:01:55.679976730 -0500
|
|
|
035322 |
@@ -220,7 +220,7 @@ License along with PulseAudio; if not, s
|
|
|
035322 |
<opt>flat-volumes=</opt> Enable 'flat' volumes, i.e. where
|
|
|
035322 |
possible let the sink volume equal the maximum of the volumes of
|
|
|
035322 |
the inputs connected to it. Takes a boolean argument, defaults
|
|
|
035322 |
- to <opt>yes</opt>.
|
|
|
035322 |
+ to <opt>no</opt>.
|
|
|
035322 |
</option>
|
|
|
035322 |
|
|
|
035322 |
</section>
|
|
|
035322 |
diff -up pulseaudio-8.99.2/src/daemon/daemon-conf.c.disable_flat_volumes pulseaudio-8.99.2/src/daemon/daemon-conf.c
|
|
|
035322 |
--- pulseaudio-8.99.2/src/daemon/daemon-conf.c.disable_flat_volumes 2016-05-26 23:21:17.000000000 -0500
|
|
|
035322 |
+++ pulseaudio-8.99.2/src/daemon/daemon-conf.c 2016-05-31 10:01:55.680976735 -0500
|
|
|
035322 |
@@ -68,7 +68,7 @@ static const pa_daemon_conf default_conf
|
|
|
035322 |
.realtime_priority = 5, /* Half of JACK's default rtprio */
|
|
|
035322 |
.disallow_module_loading = false,
|
|
|
035322 |
.disallow_exit = false,
|
|
|
035322 |
- .flat_volumes = true,
|
|
|
035322 |
+ .flat_volumes = false,
|
|
|
035322 |
.exit_idle_time = 20,
|
|
|
035322 |
.scache_idle_time = 20,
|
|
|
035322 |
.script_commands = NULL,
|
|
|
035322 |
diff -up pulseaudio-8.99.2/src/daemon/daemon.conf.in.disable_flat_volumes pulseaudio-8.99.2/src/daemon/daemon.conf.in
|
|
|
035322 |
--- pulseaudio-8.99.2/src/daemon/daemon.conf.in.disable_flat_volumes 2016-05-31 10:01:55.680976735 -0500
|
|
|
035322 |
+++ pulseaudio-8.99.2/src/daemon/daemon.conf.in 2016-05-31 10:02:28.048133267 -0500
|
|
|
035322 |
@@ -57,7 +57,7 @@ ifelse(@HAVE_DBUS@, 1, [dnl
|
|
|
035322 |
; enable-lfe-remixing = no
|
|
|
035322 |
; lfe-crossover-freq = 0
|
|
|
035322 |
|
|
|
035322 |
-; flat-volumes = yes
|
|
|
035322 |
+; flat-volumes = no
|
|
|
035322 |
|
|
|
035322 |
ifelse(@HAVE_SYS_RESOURCE_H@, 1, [dnl
|
|
|
035322 |
; rlimit-fsize = -1
|
|
|
035322 |
diff -up pulseaudio-8.99.2/src/pulsecore/core.c.disable_flat_volumes pulseaudio-8.99.2/src/pulsecore/core.c
|
|
|
035322 |
--- pulseaudio-8.99.2/src/pulsecore/core.c.disable_flat_volumes 2016-05-26 23:21:17.000000000 -0500
|
|
|
035322 |
+++ pulseaudio-8.99.2/src/pulsecore/core.c 2016-05-31 10:01:55.681976740 -0500
|
|
|
035322 |
@@ -135,7 +135,7 @@ pa_core* pa_core_new(pa_mainloop_api *m,
|
|
|
035322 |
c->exit_idle_time = -1;
|
|
|
035322 |
c->scache_idle_time = 20;
|
|
|
035322 |
|
|
|
035322 |
- c->flat_volumes = true;
|
|
|
035322 |
+ c->flat_volumes = false;
|
|
|
035322 |
c->disallow_module_loading = false;
|
|
|
035322 |
c->disallow_exit = false;
|
|
|
035322 |
c->running_as_daemon = false;
|