milan-avb: pace the talker flush timer on the RT data loop

This commit is contained in:
hackerman-kl 2026-05-31 21:21:16 +02:00 committed by Wim Taymans
parent 895e3a4fa1
commit 5fe0a7e575
3 changed files with 49 additions and 18 deletions

View file

@ -40,6 +40,7 @@ struct avb_transport_ops {
struct impl {
struct pw_loop *loop;
struct pw_loop *data_loop; /* RT (SCHED_FIFO) loop for talker egress pacing */
struct pw_timer_queue *timer_queue;
struct pw_context *context;
struct spa_hook context_listener;