From b37bf7e06898e1da12b8dc7285ccd04092d4df6a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 16 Oct 2019 10:44:40 +0200 Subject: [PATCH] alsa-seq: ask for more data when consumed --- spa/plugins/alsa/alsa-seq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/spa/plugins/alsa/alsa-seq.c b/spa/plugins/alsa/alsa-seq.c index ac00c510e..bb124377e 100644 --- a/spa/plugins/alsa/alsa-seq.c +++ b/spa/plugins/alsa/alsa-seq.c @@ -570,6 +570,7 @@ static int process_write(struct seq_state *state) buffer = &port->buffers[io->buffer_id]; d = &buffer->buf->datas[0]; + io->status = SPA_STATUS_NEED_DATA; spa_node_call_reuse_buffer(&state->callbacks, i, io->buffer_id); pod = spa_pod_from_data(d->data, d->maxsize, d->chunk->offset, d->chunk->size);