mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: reuse_buffer is without buffer_id in port_io
This commit is contained in:
parent
b589b7062d
commit
c5385805bd
1 changed files with 0 additions and 1 deletions
|
|
@ -371,7 +371,6 @@ pull_frames(struct state *state,
|
|||
if (reuse) {
|
||||
spa_list_remove(&b->link);
|
||||
b->outstanding = true;
|
||||
state->io->buffer_id = b->outbuf->id;
|
||||
spa_log_trace(state->log, "alsa-util %p: reuse buffer %u", state, b->outbuf->id);
|
||||
state->callbacks->reuse_buffer(state->callbacks_data, 0, b->outbuf->id);
|
||||
state->ready_offset = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue