jack: ignore port_set_mix INVALID for destroyed ports

This commit is contained in:
Wim Taymans 2024-08-22 13:22:12 +02:00
parent 4bd421e25e
commit b13705d6de

View file

@ -3252,7 +3252,7 @@ static int client_node_port_set_mix_info(void *data,
int res = 0;
if (p == NULL || !p->valid) {
res = -EINVAL;
res = peer_id == SPA_ID_INVALID ? 0 : -EINVAL;
goto exit;
}