Fix the documentation: the protocol file was not reflecting the code properly for version 22. Signed-off-by: David Henningsson <david.henningsson at canonical.com> --- PROTOCOL | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/PROTOCOL b/PROTOCOL index 7468cd4..f437829 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -250,6 +250,12 @@ New fields PA_COMMAND_CREATE_RECORD_STREAM: format_info format1 ... format_info formatn + volume + bool muted + bool volume_set + bool muted_set + bool relative_volume + bool passthrough One new field in reply from PA_COMMAND_CREATE_RECORD_STREAM: @@ -266,11 +272,11 @@ PA_COMMAND_GET_SOURCE_INFO_LIST) Five new fields in reply from PA_COMMAND_GET_SOURCE_OUTPUT_INFO (and thus PA_COMMAND_GET_SOURCE_OUTPUT_INFO_LIST) - format_info format volume bool mute bool has_volume bool volume_writable + format_info format ## v23, implemented by >= 1.0 -- 1.7.8.3