mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: fix seq compilation
This commit is contained in:
parent
7f7b4be82d
commit
a3da53f66e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue