aboutsummaryrefslogtreecommitdiff
path: root/include/pcm.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-02-22 10:19:53 +0000
committerJaroslav Kysela <perex@perex.cz>2003-02-22 10:19:53 +0000
commitfbd99fdec07c67b50843b9baf12615129f952ae3 (patch)
tree29d660d52f1d2c4a0b0a42872396c9aaede15755 /include/pcm.h
parenta91efc0fe6f1fae81fd486bb768159f5116d4127 (diff)
Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.
Diffstat (limited to 'include/pcm.h')
-rw-r--r--include/pcm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pcm.h b/include/pcm.h
index eb7a91b8..0ea5012c 100644
--- a/include/pcm.h
+++ b/include/pcm.h
@@ -410,6 +410,7 @@ 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_hwsync(snd_pcm_t *pcm);
+int snd_pcm_hwptr(snd_pcm_t *pcm, snd_pcm_uframes_t *uframes);
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);