From 453dd9f6989b5d75b1df07cd5e81f6d8c4796fd3 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 11 Oct 2002 18:40:19 +0000 Subject: [PATCH] Added snd_pcm_avail() function --- include/pcm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pcm.h b/include/pcm.h index 983fd632..308b53ed 100644 --- a/include/pcm.h +++ b/include/pcm.h @@ -403,6 +403,7 @@ int snd_pcm_drop(snd_pcm_t *pcm); int snd_pcm_drain(snd_pcm_t *pcm); int snd_pcm_pause(snd_pcm_t *pcm, int enable); snd_pcm_state_t snd_pcm_state(snd_pcm_t *pcm); +int snd_pcm_avail(snd_pcm_t *pcm, snd_pcm_uframes_t *availp); int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp); int snd_pcm_resume(snd_pcm_t *pcm); snd_pcm_sframes_t snd_pcm_avail_update(snd_pcm_t *pcm); -- 2.47.1