diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-01-27 04:39:07 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-01-27 04:39:07 +0100 |
commit | d5f46e824e3f8a042e6f67dd4c3fc385545edd74 (patch) | |
tree | 8c36ed55541b3aa5429c537498b47f29fc590222 /man | |
parent | 4bfa5d7d13350bd0eac439dbe251812ce437ea43 (diff) |
move flat volume logic into the core. while doing so add n_volume_steps field to sinks/sources
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index a516ee3f..9ddcd6ae 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -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"> |