mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04: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;
|
||||
else if (!strcmp(str, "duplicate"))
|
||||
route_policy = PLUG_ROUTE_POLICY_DUP;
|
||||
continue;
|
||||
}
|
||||
SNDERR("Unknown field %s", id);
|
||||
return -EINVAL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue