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-21 15:55:45 +0100
commitc547b535a20a0909c17cb6dd14e5e364b2ae0fe9 (patch)
tree12c42af804e91d855effba32643eeeaf47de3ad7
parent6f1ad58ba099beb95d0c59463e0a57794b3cc050 (diff)
Add missing continue in config parser of pcm-upmix plugin
-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;