mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pulse-server: add device-restore extension
This is mostly to read and set the supported formats of a sink.
This commit is contained in:
parent
a25396c1eb
commit
49eb31f670
4 changed files with 261 additions and 6 deletions
|
|
@ -27,16 +27,12 @@
|
|||
|
||||
#include "extension.h"
|
||||
|
||||
static int do_extension_device_restore(struct client *client, uint32_t tag, struct message *m)
|
||||
{
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
||||
static int do_extension_device_manager(struct client *client, uint32_t tag, struct message *m)
|
||||
{
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
||||
#include "extensions/ext-device-restore.c"
|
||||
#include "extensions/ext-stream-restore.c"
|
||||
|
||||
static const struct extension extensions[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue