mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-05 04:06:34 -05:00
control: remap - cosmetic code reorganization
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
166407dae4
commit
ebf2efae0a
1 changed files with 1 additions and 3 deletions
|
|
@ -314,9 +314,7 @@ _retry:
|
|||
if (numid) {
|
||||
id->numid = numid->numid_child;
|
||||
} else {
|
||||
if (reloaded)
|
||||
return -ENOENT;
|
||||
if (priv->list_complete)
|
||||
if (reloaded || priv->list_complete)
|
||||
return -ENOENT;
|
||||
/* build whole numid mapping */
|
||||
err = remap_load_list(priv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue