Fixed compilation

This commit is contained in:
Jaroslav Kysela 2003-02-12 12:51:34 +00:00
parent 5ff623fc99
commit 6b8875c814

View file

@ -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;