diff --git a/src/pcm/pcm_plug.c b/src/pcm/pcm_plug.c index b3c397c1..7463b600 100644 --- a/src/pcm/pcm_plug.c +++ b/src/pcm/pcm_plug.c @@ -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;