mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Fixed right access use for pcm_plug
This commit is contained in:
parent
b0da2bacea
commit
fa6f875f57
3 changed files with 9 additions and 11 deletions
|
|
@ -106,6 +106,8 @@ int mask_single(const mask_t *mask);
|
|||
int snd_pcm_hw_params_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
|
||||
int snd_pcm_hw_param_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,
|
||||
snd_pcm_hw_param_t var);
|
||||
int snd_pcm_hw_param_test(const snd_pcm_hw_params_t *params,
|
||||
snd_pcm_hw_param_t var, unsigned int val);
|
||||
int snd_pcm_hw_param_setinteger(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,
|
||||
snd_pcm_hw_param_t var);
|
||||
int snd_pcm_hw_param_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue