mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -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
|
|
@ -66,6 +66,9 @@ struct pa_context {
|
|||
pa_pstream *pstream;
|
||||
pa_pdispatch *pdispatch;
|
||||
|
||||
pa_srbchannel_template srb_template;
|
||||
uint32_t srb_setup_tag;
|
||||
|
||||
pa_hashmap *record_streams, *playback_streams;
|
||||
PA_LLIST_HEAD(pa_stream, streams);
|
||||
PA_LLIST_HEAD(pa_operation, operations);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue