client-node: we need io on the mixer nodes

This commit is contained in:
Wim Taymans 2018-03-14 20:14:30 +01:00
parent 52efeb5181
commit a50ea4c929

View file

@ -646,11 +646,7 @@ impl_node_port_set_io(struct spa_node *node,
uint32_t id,
void *data, size_t size)
{
struct node *this;
this = SPA_CONTAINER_OF(node, struct node, node);
return do_port_set_io(this->impl, direction, port_id, 0, id, data, size);
return -ENOTSUP;
}
static int