mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Removed snd_pcm_hw_refine from API
This commit is contained in:
parent
45c416ed82
commit
d6f583bb8d
2 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue