impl-node: call implementor of node on xrun

Signal the eventfd of the node directly to run the driver node for a
last time after an xrun
This commit is contained in:
Wim Taymans 2023-05-03 10:48:29 +02:00
parent 7edcfad7db
commit 604d60650a

View file

@ -1710,7 +1710,7 @@ static int node_ready(void *data, int status)
state->pending, state->required); state->pending, state->required);
dump_states(node); dump_states(node);
} }
process_node(node); node_signal_func(node);
} else { } else {
/* calculate CPU time */ /* calculate CPU time */
uint64_t new_signal = a->signal_time; uint64_t new_signal = a->signal_time;