aboutsummaryrefslogtreecommitdiff
path: root/include/pcm.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2008-04-11 14:11:04 +0200
committerJaroslav Kysela <perex@perex.cz>2008-04-11 14:11:04 +0200
commit82af1df465181da783d85256afdda26942eaecbf (patch)
tree8211d6887f033f4c28456f4d56969f63f921b495 /include/pcm.h
parentd4250517f014f4f14d25a2b37e6ae07f07d49c31 (diff)
added snd_pcm_hw_params_is_monotonic/can_forward/can_rewind functions
Diffstat (limited to 'include/pcm.h')
-rw-r--r--include/pcm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pcm.h b/include/pcm.h
index 4c2d456b..9a592e3d 100644
--- a/include/pcm.h
+++ b/include/pcm.h
@@ -518,7 +518,10 @@ int snd_pcm_hw_params_can_mmap_sample_resolution(const snd_pcm_hw_params_t *para
int snd_pcm_hw_params_is_double(const snd_pcm_hw_params_t *params);
int snd_pcm_hw_params_is_batch(const snd_pcm_hw_params_t *params);
int snd_pcm_hw_params_is_block_transfer(const snd_pcm_hw_params_t *params);
+int snd_pcm_hw_params_is_monotonic(const snd_pcm_hw_params_t *params);
int snd_pcm_hw_params_can_overrange(const snd_pcm_hw_params_t *params);
+int snd_pcm_hw_params_can_forward(const snd_pcm_hw_params_t *params);
+int snd_pcm_hw_params_can_rewind(const snd_pcm_hw_params_t *params);
int snd_pcm_hw_params_can_pause(const snd_pcm_hw_params_t *params);
int snd_pcm_hw_params_can_resume(const snd_pcm_hw_params_t *params);
int snd_pcm_hw_params_is_half_duplex(const snd_pcm_hw_params_t *params);