mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
ucm: fix DeviceModifier parser
The bellow commit caused regression for the SectionModifier parser. Revert
the single line change.
Fixes: 251bc204 ("ucm: implement RenameDevice and RemoveDevice verb management")
Fixes: https://github.com/alsa-project/alsa-lib/issues/167
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
faee7f678d
commit
ea5481296f
1 changed files with 1 additions and 1 deletions
|
|
@ -1470,7 +1470,7 @@ static int parse_modifier_name(snd_use_case_mgr_t *uc_mgr,
|
||||||
void *data1,
|
void *data1,
|
||||||
void *data2 ATTRIBUTE_UNUSED)
|
void *data2 ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
return parse_compound(uc_mgr, cfg, parse_modifier, data1, data2);
|
return parse_compound_check_legacy(uc_mgr, cfg, parse_modifier, data1);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int verb_dev_list_add(struct use_case_verb *verb,
|
static int verb_dev_list_add(struct use_case_verb *verb,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue