aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--include/mixer.h2
-rw-r--r--include/pcm.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/mixer.h b/include/mixer.h
index df921642..58256a63 100644
--- a/include/mixer.h
+++ b/include/mixer.h
@@ -124,8 +124,6 @@ void snd_mixer_elem_set_callback_private(snd_mixer_elem_t *obj, void * val);
snd_mixer_elem_type_t snd_mixer_elem_get_type(const snd_mixer_elem_t *obj);
int snd_mixer_class_register(snd_mixer_class_t *class_, snd_mixer_t *mixer);
-int snd_mixer_add_elem(snd_mixer_t *mixer, snd_mixer_elem_t *elem);
-int snd_mixer_remove_elem(snd_mixer_t *mixer, snd_mixer_elem_t *elem);
int snd_mixer_elem_new(snd_mixer_elem_t **elem,
snd_mixer_elem_type_t type,
int compare_weight,
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);