mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Removed snd_pcm_mmap_begin_avail and changed snd_pcm_mmap_begin behaviour back.
This commit is contained in:
parent
bcf50519e4
commit
5c98225fc0
3 changed files with 34 additions and 65 deletions
|
|
@ -790,11 +790,6 @@ int snd_pcm_mmap_begin(snd_pcm_t *pcm,
|
|||
const snd_pcm_channel_area_t **areas,
|
||||
snd_pcm_uframes_t *offset,
|
||||
snd_pcm_uframes_t *frames);
|
||||
int snd_pcm_mmap_begin_avail(snd_pcm_t *pcm,
|
||||
const snd_pcm_channel_area_t **areas,
|
||||
snd_pcm_uframes_t *offset,
|
||||
snd_pcm_uframes_t *frames,
|
||||
snd_pcm_uframes_t avail);
|
||||
int snd_pcm_mmap_commit(snd_pcm_t *pcm,
|
||||
snd_pcm_uframes_t offset,
|
||||
snd_pcm_uframes_t frames);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue