mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -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
|
|
@ -1051,7 +1051,7 @@ typedef struct _snd_pcm_hw_strategy_simple_choices {
|
|||
} snd_pcm_hw_strategy_simple_choices_t;
|
||||
|
||||
int snd_pcm_hw_param_test(const snd_pcm_hw_params_t *params,
|
||||
snd_pcm_hw_param_t var, unsigned int val)
|
||||
snd_pcm_hw_param_t var, unsigned int val)
|
||||
{
|
||||
if (hw_is_mask(var)) {
|
||||
const mask_t *mask = hw_param_mask_c(params, var);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue