diff options
| author | Takashi Iwai <tiwai@suse.de> | 2009-01-21 15:55:45 +0100 | 
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2009-01-21 15:55:45 +0100 | 
| commit | c547b535a20a0909c17cb6dd14e5e364b2ae0fe9 (patch) | |
| tree | 12c42af804e91d855effba32643eeeaf47de3ad7 /mix | |
| parent | 6f1ad58ba099beb95d0c59463e0a57794b3cc050 (diff) | |
Add missing continue in config parser of pcm-upmix plugin
Diffstat (limited to 'mix')
| -rw-r--r-- | mix/pcm_upmix.c | 1 | 
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;  | 
