diff options
author | David Henningsson <david.henningsson@canonical.com> | 2011-11-25 15:17:14 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2011-11-26 16:58:37 +0200 |
commit | 47f28a584399b3a83602d5015fb734d52e58d808 (patch) | |
tree | d62cf94ecb8859268a4d5fc2d18d521ed57ed07a /PROTOCOL | |
parent | 0dced7f2758970b672b8f0d0409c57cddaaaca43 (diff) |
Notify port available status changes, and update protocol version
The recommended way of setting available status is to call
pa_device_port_set_available, which will send a subscription event
to the relevant card. It will also fire a hook.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -288,6 +288,11 @@ PA_COMMAND_GET_(SOURCE|SINK)_OUTPUT_INFO_LIST): The field is added once for every port. +## v25, implemented by >= 2.0 + +When port availability changes, send a subscription event for the +owning card. + #### If you just changed the protocol, read this ## module-tunnel depends on the sink/source/sink-input/source-input protocol ## internals, so if you changed these, you might have broken module-tunnel. |