mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
jack: remote port_send_command
This commit is contained in:
parent
766e528f40
commit
eef8bc593c
1 changed files with 0 additions and 8 deletions
|
|
@ -1397,13 +1397,6 @@ static void client_node_port_use_buffers(void *object,
|
||||||
pw_client_node_proxy_done(c->node_proxy, seq, res);
|
pw_client_node_proxy_done(c->node_proxy, seq, res);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void client_node_port_command(void *object,
|
|
||||||
enum spa_direction direction,
|
|
||||||
uint32_t port_id,
|
|
||||||
const struct spa_command *command)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
static void clear_io(struct client *c, struct io *io)
|
static void clear_io(struct client *c, struct io *io)
|
||||||
{
|
{
|
||||||
struct mem *m;
|
struct mem *m;
|
||||||
|
|
@ -1573,7 +1566,6 @@ static const struct pw_client_node_proxy_events client_node_events = {
|
||||||
.remove_port = client_node_remove_port,
|
.remove_port = client_node_remove_port,
|
||||||
.port_set_param = client_node_port_set_param,
|
.port_set_param = client_node_port_set_param,
|
||||||
.port_use_buffers = client_node_port_use_buffers,
|
.port_use_buffers = client_node_port_use_buffers,
|
||||||
.port_command = client_node_port_command,
|
|
||||||
.port_set_io = client_node_port_set_io,
|
.port_set_io = client_node_port_set_io,
|
||||||
.set_activation = client_node_set_activation,
|
.set_activation = client_node_set_activation,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue