alsa: fix compilation wirh -UFASTPATH

This commit is contained in:
Wim Taymans 2024-07-30 09:53:14 +02:00
parent 802972f1ae
commit ce89ce304d

View file

@ -702,8 +702,8 @@ static int process_write(struct seq_state *state)
out_rt.tv_sec = out_time / SPA_NSEC_PER_SEC;
snd_seq_ev_schedule_real(&ev, state->event.queue_id, 0, &out_rt);
spa_log_trace_fp(state->log, "event %d time:%"PRIu64" offset:%d size:%ld port:%d.%d",
ev.type, out_time, c->offset, size, port->addr.client, port->addr.port);
spa_log_trace_fp(state->log, "event %d time:%"PRIu64" offset:%d size:%zd port:%d.%d",
ev.type, out_time, c->offset, body_size, port->addr.client, port->addr.port);
if ((err = snd_seq_ump_event_output(state->event.hndl, &ev)) < 0) {
spa_log_warn(state->log, "failed to output event: %s",