mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
alsa: add read/write access mode
Add support for read/write access mode when mmap is not available. See #526
This commit is contained in:
parent
c430b1de58
commit
18b5199d44
3 changed files with 189 additions and 95 deletions
|
|
@ -646,7 +646,7 @@ static int impl_node_process(void *object)
|
|||
SPA_FLAG_CLEAR(b->flags, BUFFER_FLAG_OUT);
|
||||
input->buffer_id = SPA_ID_INVALID;
|
||||
|
||||
spa_alsa_write(this, 0);
|
||||
spa_alsa_write(this);
|
||||
|
||||
input->status = SPA_STATUS_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue