Synced OSS emulation code with alsa-lib code and fixed it

This commit is contained in:
Abramo Bagnara 2001-01-15 18:52:13 +00:00
parent aa813e1f39
commit da4d6f5ee8

View file

@ -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,
snd_pcm_hw_param_t var, const mask_t *val)
snd_pcm_hw_param_t var, const mask_t *val)
{
int changed;
assert(hw_is_mask(var));