aboutsummaryrefslogtreecommitdiff
path: root/include/pcm.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2002-10-12 11:49:53 +0000
committerJaroslav Kysela <perex@perex.cz>2002-10-12 11:49:53 +0000
commit8205a95376d442f916b4eb062e9714e1c45d88ce (patch)
tree0a9ba696042c1dfe257304c53b114d8867d6274b /include/pcm.h
parentdac0626b9f0a3c244b3b28d6856138e8c74db0ea (diff)
Replaced snd_pcm_avail() with snd_pcm_hwsync()
Diffstat (limited to 'include/pcm.h')
-rw-r--r--include/pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pcm.h b/include/pcm.h
index 0c94caf1..3079787c 100644
--- a/include/pcm.h
+++ b/include/pcm.h
@@ -405,7 +405,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_hwsync(snd_pcm_t *pcm);
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);