mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed compilation
This commit is contained in:
parent
5ff623fc99
commit
6b8875c814
1 changed files with 1 additions and 1 deletions
|
|
@ -973,7 +973,7 @@ int snd_pcm_hw_param_refine_multiple(snd_pcm_t *pcm,
|
|||
break;
|
||||
if (it->min <= cur && ! (it->min == cur && st->openmin)) {
|
||||
if (! snd_pcm_hw_param_set(pcm, params, SND_TRY, var, cur, 0))
|
||||
return; /* ok */
|
||||
return 0; /* ok */
|
||||
}
|
||||
prev = cur;
|
||||
cur += best;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue