mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
topology: tplg_add_widget_object() - do not use invalid elem_ctl
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d0bb8f84c9
commit
b8764a061b
1 changed files with 1 additions and 0 deletions
|
|
@ -836,6 +836,7 @@ int tplg_add_widget_object(snd_tplg_t *tplg, snd_tplg_obj_template_t *t)
|
||||||
default:
|
default:
|
||||||
SNDERR("widget %s: invalid type %d for ctl %d",
|
SNDERR("widget %s: invalid type %d for ctl %d",
|
||||||
wt->name, ct->type, i);
|
wt->name, ct->type, i);
|
||||||
|
ret = -EINVAL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue