mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-18 08:56:42 -05: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;
|
break;
|
||||||
if (it->min <= cur && ! (it->min == cur && st->openmin)) {
|
if (it->min <= cur && ! (it->min == cur && st->openmin)) {
|
||||||
if (! snd_pcm_hw_param_set(pcm, params, SND_TRY, var, cur, 0))
|
if (! snd_pcm_hw_param_set(pcm, params, SND_TRY, var, cur, 0))
|
||||||
return; /* ok */
|
return 0; /* ok */
|
||||||
}
|
}
|
||||||
prev = cur;
|
prev = cur;
|
||||||
cur += best;
|
cur += best;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue