mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
move flat volume logic into the core. while doing so add n_volume_steps field to sinks/sources
This commit is contained in:
parent
4bfa5d7d13
commit
d5f46e824e
32 changed files with 562 additions and 361 deletions
|
|
@ -140,7 +140,6 @@ USA.
|
|||
precedence.</p>
|
||||
</option>
|
||||
|
||||
|
||||
<option>
|
||||
<p><opt>system-instance=</opt> Run the daemon as system-wide
|
||||
instance, requires root priviliges. Takes a boolean argument,
|
||||
|
|
@ -148,7 +147,6 @@ USA.
|
|||
argument takes precedence.</p>
|
||||
</option>
|
||||
|
||||
|
||||
<option>
|
||||
<p><opt>disable-shm=</opt> Disable data transfer via POSIX
|
||||
shared memory. Takes a boolean argument, defaults to
|
||||
|
|
@ -165,6 +163,13 @@ USA.
|
|||
memory overcommit.</p>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<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>
|
||||
</option>
|
||||
|
||||
</section>
|
||||
|
||||
<section name="Scheduling">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue