mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Added _snd_pcm_hw_param_setempty
This commit is contained in:
parent
f12a252f20
commit
d41c210493
3 changed files with 19 additions and 2 deletions
|
|
@ -328,6 +328,8 @@ int snd_pcm_hw_params_slave(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,
|
|||
|
||||
|
||||
void _snd_pcm_hw_params_any(snd_pcm_hw_params_t *params);
|
||||
void _snd_pcm_hw_param_setempty(snd_pcm_hw_params_t *params,
|
||||
snd_pcm_hw_param_t var);
|
||||
int _snd_pcm_hw_param_refine_interval(snd_pcm_hw_params_t *params,
|
||||
snd_pcm_hw_param_t var,
|
||||
const interval_t *val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue