From a3da53f66e71c3b1896f47884d6c1ed98847a651 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 30 Jul 2025 18:54:16 +0200 Subject: [PATCH] alsa: fix seq compilation --- spa/plugins/alsa/alsa-seq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/alsa/alsa-seq.c b/spa/plugins/alsa/alsa-seq.c index 902fee632..9c693e08d 100644 --- a/spa/plugins/alsa/alsa-seq.c +++ b/spa/plugins/alsa/alsa-seq.c @@ -858,7 +858,7 @@ static int process_write(struct seq_state *state) out_rt.tv_sec = out_time / SPA_NSEC_PER_SEC; spa_log_trace_fp(state->log, "event time:%"PRIu64" offset:%d size:%zd port:%d.%d", - out_time, c->offset, body_size, port->addr.client, port->addr.port); + out_time, c.offset, body_size, port->addr.client, port->addr.port); if (ump) { #ifdef HAVE_ALSA_UMP