Removed snd_pcm_hw_refine from API

This commit is contained in:
Abramo Bagnara 2001-02-07 16:42:59 +00:00
parent 45c416ed82
commit d6f583bb8d
2 changed files with 1 additions and 1 deletions

View file

@ -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,