]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed typo
authorJaroslav Kysela <perex@perex.cz>
Sat, 21 Jul 2001 09:55:01 +0000 (09:55 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 21 Jul 2001 09:55:01 +0000 (09:55 +0000)
src/pcm/pcm_plug.c

index b3c397c106be38d7da945e8a5e9f90a529759c08..7463b6000c3f3de220a7650e43a45312c848ddb7 100644 (file)
@@ -815,6 +815,7 @@ int _snd_pcm_plug_open(snd_pcm_t **pcmp, const char *name,
                                route_policy = PLUG_ROUTE_POLICY_COPY;
                        else if (!strcmp(str, "duplicate"))
                                route_policy = PLUG_ROUTE_POLICY_DUP;
+                       continue;
                }
                SNDERR("Unknown field %s", id);
                return -EINVAL;