aboutsummaryrefslogtreecommitdiff
path: root/include/pcm.h
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2009-08-04 09:11:47 +0200
committerClemens Ladisch <clemens@ladisch.de>2009-08-04 09:11:47 +0200
commitfa302460966b1683e1bc5ad7b50b00abc85968d7 (patch)
tree1ce380e769627627b32dde959431d85ebd410b1e /include/pcm.h
parentda19588063f8c62a8d816e3ffd286916d6db446b (diff)
remove unimplemented functions from headers
Remove some function declarations that are not (no longer) implemented. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'include/pcm.h')
-rw-r--r--include/pcm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pcm.h b/include/pcm.h
index 15e9cb27..2c7dce9b 100644
--- a/include/pcm.h
+++ b/include/pcm.h
@@ -526,8 +526,6 @@ 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);