mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
ucm: substitute also value strings
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
bf83baa8fc
commit
efe2469ac3
1 changed files with 1 additions and 1 deletions
|
|
@ -840,7 +840,7 @@ static int parse_value(snd_use_case_mgr_t *uc_mgr ATTRIBUTE_UNUSED,
|
|||
}
|
||||
break;
|
||||
case SND_CONFIG_TYPE_STRING:
|
||||
err = parse_string(n, &s);
|
||||
err = parse_string_substitute(uc_mgr, n, &s);
|
||||
if (err < 0) {
|
||||
uc_error("error: unable to parse a string for id '%s'!", id);
|
||||
return err;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue