Fixed repeated prepare call

This commit is contained in:
Abramo Bagnara 2001-02-05 09:35:17 +00:00
parent 4ecd9eaa46
commit a83b209df2
6 changed files with 14 additions and 5 deletions

View file

@ -336,6 +336,7 @@ static inline int muldiv_near(int a, int b, int c)
return n;
}
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,
int (*cprepare)(snd_pcm_t *pcm,