mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
ucm: add ValueDefaults section to the master file
- the get_value() function is recoded (tries to find the value in parent's list) Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
aaf55f1641
commit
d8b7816196
4 changed files with 60 additions and 25 deletions
|
|
@ -214,6 +214,7 @@ void uc_mgr_free_verb(snd_use_case_mgr_t *uc_mgr)
|
|||
free(verb);
|
||||
}
|
||||
uc_mgr_free_sequence(&uc_mgr->default_list);
|
||||
uc_mgr_free_value(&uc_mgr->value_list);
|
||||
free(uc_mgr->comment);
|
||||
uc_mgr->comment = NULL;
|
||||
uc_mgr->active_verb = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue