mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
jack: fix set_sync_timeout
It needs to update the node activation, not the driver activation.
This commit is contained in:
parent
34e776a930
commit
84258c9078
1 changed files with 1 additions and 1 deletions
|
|
@ -3850,7 +3850,7 @@ int jack_set_sync_timeout (jack_client_t *client,
|
||||||
jack_time_t timeout)
|
jack_time_t timeout)
|
||||||
{
|
{
|
||||||
struct client *c = (struct client *) client;
|
struct client *c = (struct client *) client;
|
||||||
struct pw_node_activation *a = c->driver_activation;
|
struct pw_node_activation *a = c->activation;
|
||||||
|
|
||||||
if (a == NULL)
|
if (a == NULL)
|
||||||
return -EIO;
|
return -EIO;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue