mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Protocol, client: Add commands to enable srbchannel
This increments protocol version to v30 and adds two new commands to enable and disable an shm ringbuffer, as well as client side implementation. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
4931637f82
commit
1827991548
5 changed files with 136 additions and 2 deletions
|
|
@ -176,6 +176,11 @@ enum {
|
|||
/* Supported since protocol v27 (3.0) */
|
||||
PA_COMMAND_SET_PORT_LATENCY_OFFSET,
|
||||
|
||||
/* Supported since protocol v30 (6.0) */
|
||||
/* BOTH DIRECTIONS */
|
||||
PA_COMMAND_ENABLE_SRBCHANNEL,
|
||||
PA_COMMAND_DISABLE_SRBCHANNEL,
|
||||
|
||||
PA_COMMAND_MAX
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue