mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: fix warning when compiling without FASTPATH
This commit is contained in:
parent
c8db951d61
commit
eac74f6ece
1 changed files with 1 additions and 1 deletions
|
|
@ -2702,7 +2702,7 @@ static int capture_ready(struct state *state)
|
|||
} else {
|
||||
io->buffer_id = SPA_ID_INVALID;
|
||||
}
|
||||
spa_log_trace_fp(state->log, "%p: output buffer:%d", state, b->id);
|
||||
spa_log_trace_fp(state->log, "%p: output buffer:%d", state, io->buffer_id);
|
||||
}
|
||||
if (have_data)
|
||||
spa_node_call_ready(&state->callbacks, SPA_STATUS_HAVE_DATA);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue