summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-01-21 15:55:45 +0100
committerTakashi Iwai <tiwai@suse.de>2009-01-22 11:11:52 +0100
commit279f39f0c46d925ae0b5fe8fb19bcab72dc980c2 (patch)
tree88a4583593bed829b0e4e2aa9fa7efa18e77e0a0
parent715e5051c3026655154003799069ae55dc81cf5a (diff)
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 <tiwai@suse.de>
-rw-r--r--mix/pcm_upmix.c1
1 files changed, 1 insertions, 0 deletions
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;