Removed snd_pcm_mmap_begin_avail and changed snd_pcm_mmap_begin behaviour back.

This commit is contained in:
Jaroslav Kysela 2001-12-10 17:16:13 +00:00
parent bcf50519e4
commit 5c98225fc0
3 changed files with 34 additions and 65 deletions

View file

@ -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);