mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
9 lines
153 B
C
9 lines
153 B
C
|
|
#include <errno.h>
|
||
|
|
|
||
|
|
#include "registry.h"
|
||
|
|
|
||
|
|
int do_extension_device_manager(struct client *client, uint32_t tag, struct message *m)
|
||
|
|
{
|
||
|
|
return -ENOTSUP;
|
||
|
|
}
|