pulse-server: add device-restore extension

This is mostly to read and set the supported formats of a sink.
This commit is contained in:
Wim Taymans 2021-09-01 13:20:37 +02:00
parent a25396c1eb
commit 49eb31f670
4 changed files with 261 additions and 6 deletions

View file

@ -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[] = {