mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-19 08:57:08 -05:00
Synced OSS emulation code with alsa-lib code and fixed it
This commit is contained in:
parent
aa813e1f39
commit
da4d6f5ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -650,7 +650,7 @@ int snd_pcm_hw_param_set_try(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,
|
||||||
}
|
}
|
||||||
|
|
||||||
int _snd_pcm_hw_param_mask(snd_pcm_hw_params_t *params,
|
int _snd_pcm_hw_param_mask(snd_pcm_hw_params_t *params,
|
||||||
snd_pcm_hw_param_t var, const mask_t *val)
|
snd_pcm_hw_param_t var, const mask_t *val)
|
||||||
{
|
{
|
||||||
int changed;
|
int changed;
|
||||||
assert(hw_is_mask(var));
|
assert(hw_is_mask(var));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue