From: Takashi Iwai Date: Wed, 21 Jan 2009 14:55:45 +0000 (+0100) Subject: Add missing continue in config parser of pcm-upmix plugin (again) X-Git-Tag: v1.0.20~8 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=279f39f0c46d925ae0b5fe8fb19bcab72dc980c2;p=alsa-plugins.git Add missing continue in config parser of pcm-upmix plugin (again) This change was reverted accidentally by the previous git-stash operation on my local tree... Signed-off-by: Takashi Iwai --- diff --git a/mix/pcm_upmix.c b/mix/pcm_upmix.c index 7338426..f8201ae 100644 --- a/mix/pcm_upmix.c +++ b/mix/pcm_upmix.c @@ -352,6 +352,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(upmix) return err; } delay = val; + continue; } if (strcmp(id, "channels") == 0) { long val;