From: Jaroslav Kysela Date: Thu, 12 Aug 2010 06:21:26 +0000 (+0200) Subject: pcm: Fixed typo (wrong deleted line) instroduced in the minperiodsize patch X-Git-Tag: v1.0.24~29 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0633a966362ce231392ff6283c99142c5bccc1c8;p=alsa-lib.git pcm: Fixed typo (wrong deleted line) instroduced in the minperiodsize patch Signed-off-by: Jaroslav Kysela --- diff --git a/src/pcm/pcm_params.c b/src/pcm/pcm_params.c index c7c3b971..3a90bcd8 100644 --- a/src/pcm/pcm_params.c +++ b/src/pcm/pcm_params.c @@ -1101,6 +1101,7 @@ static int snd_pcm_hw_params_choose(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) if (err < 0) return err; err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_RATE, NULL, 0); + if (err < 0) return err; if (pcm->minperiodtime > 0) { unsigned int min, max;