alsa: reduce start latency

This commit is contained in:
Wim Taymans 2018-11-19 12:01:36 +01:00
parent 27451e4350
commit 7e9b223216
3 changed files with 7 additions and 7 deletions

View file

@ -668,7 +668,7 @@ static int impl_node_process(struct spa_node *node)
SPA_FLAG_UNSET(b->flags, BUFFER_FLAG_OUT);
input->buffer_id = SPA_ID_INVALID;
spa_alsa_write(this, 0);
spa_alsa_write(this, 0, true);
input->status = SPA_STATUS_OK;
}