mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Fixed against latest internal API
This commit is contained in:
parent
ecd21fa26c
commit
42c4c163a3
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ static snd_pcm_sframes_t snd_pcm_multi_mmap_commit(snd_pcm_t *pcm,
|
|||
if ((snd_pcm_uframes_t)result != size)
|
||||
return -EIO;
|
||||
}
|
||||
return 0;
|
||||
return size;
|
||||
}
|
||||
|
||||
static int snd_pcm_multi_mmap(snd_pcm_t *pcm ATTRIBUTE_UNUSED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue