mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Fixed typo
This commit is contained in:
parent
9be456ab4b
commit
c6170962f8
1 changed files with 1 additions and 0 deletions
|
|
@ -815,6 +815,7 @@ int _snd_pcm_plug_open(snd_pcm_t **pcmp, const char *name,
|
||||||
route_policy = PLUG_ROUTE_POLICY_COPY;
|
route_policy = PLUG_ROUTE_POLICY_COPY;
|
||||||
else if (!strcmp(str, "duplicate"))
|
else if (!strcmp(str, "duplicate"))
|
||||||
route_policy = PLUG_ROUTE_POLICY_DUP;
|
route_policy = PLUG_ROUTE_POLICY_DUP;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
SNDERR("Unknown field %s", id);
|
SNDERR("Unknown field %s", id);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue