| author | poljar (Damir Jelić) <poljarinho@gmail.com> | 2012-06-28 13:02:27 (GMT) |
|---|---|---|
| committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-06-30 12:04:43 (GMT) |
| commit | 5a57686e3e432e9b1ebd90e9f273f2e2b25e4e0b (patch) (side-by-side diff) | |
| tree | 618fde1f3788d15e19199b34128b1ec7d4fb2924 | |
| parent | dcf92db0c3a0ac6640cf2f03b024ac317003df7a (diff) | |
| download | pulseaudio-5a57686e3e432e9b1ebd90e9f273f2e2b25e4e0b.zip pulseaudio-5a57686e3e432e9b1ebd90e9f273f2e2b25e4e0b.tar.gz | |
man: Add latency offset documentation to the cli syntax.
The new latency offset command is now documented in the
pulse-cli-syntax man page.
| -rw-r--r-- | man/pulse-cli-syntax.5.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/pulse-cli-syntax.5.xml.in b/man/pulse-cli-syntax.5.xml.in index 9d3f278..9bd59d1 100644 --- a/man/pulse-cli-syntax.5.xml.in +++ b/man/pulse-cli-syntax.5.xml.in @@ -161,6 +161,11 @@ USA. </option> <option> + <p><opt>set-port-latency-offset</opt> <arg>card-index|card-name</arg> <arg>port-name</arg> <arg>offset</arg> </p> + <optdesc><p>Change the latency offset of a port belonging to the specified card</p></optdesc> + </option> + + <option> <p><opt>suspend-sink|suspend-source</opt> <arg>index|name</arg> <arg>boolean</arg></p> <optdesc><p>Suspend (i.e. disconnect from the underlying hardware) a sink (resp. source).</p></optdesc> |
