From d6f583bb8d3c79776d235e52d6fe2eee9abe01dc Mon Sep 17 00:00:00 2001 From: Abramo Bagnara Date: Wed, 7 Feb 2001 16:42:59 +0000 Subject: [PATCH] Removed snd_pcm_hw_refine from API --- include/pcm.h | 1 - src/pcm/pcm_local.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pcm.h b/include/pcm.h index d1054947..6d27aa9b 100644 --- a/include/pcm.h +++ b/include/pcm.h @@ -220,7 +220,6 @@ int snd_pcm_poll_descriptor(snd_pcm_t *pcm); int snd_pcm_nonblock(snd_pcm_t *pcm, int nonblock); int snd_pcm_async(snd_pcm_t *pcm, int sig, pid_t pid); int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info); -int snd_pcm_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); int snd_pcm_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); int snd_pcm_hw_free(snd_pcm_t *pcm); int snd_pcm_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *params); diff --git a/src/pcm/pcm_local.h b/src/pcm/pcm_local.h index 93b4dff3..2e74eff9 100644 --- a/src/pcm/pcm_local.h +++ b/src/pcm/pcm_local.h @@ -334,6 +334,7 @@ static inline int muldiv_near(int a, int b, int c) return n; } +int snd_pcm_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); int _snd_pcm_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); int snd_pcm_hw_refine_soft(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); int snd_pcm_hw_refine_slave(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, -- 2.47.3