mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
daemon-conf: disable flat-volumes by default
Almost all distributions patch the configuration to disable flat-volumes, because users tend to find the concept confusing (and it also causes nasty surprises when some application pushes the volume to 100%). Let's remove the need for patching and disable the feature by default. Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/691
This commit is contained in:
parent
3dff31e19c
commit
ba73faa4c0
3 changed files with 3 additions and 3 deletions
|
|
@ -237,7 +237,7 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
|||
<p><opt>flat-volumes=</opt> Enable 'flat' volumes, i.e. where
|
||||
possible let the sink volume equal the maximum of the volumes of
|
||||
the inputs connected to it. Takes a boolean argument, defaults
|
||||
to <opt>yes</opt>.</p>
|
||||
to <opt>no</opt>.</p>
|
||||
</option>
|
||||
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue