mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05: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
|
|
@ -173,6 +173,9 @@ struct snd_use_case_mgr {
|
|||
/* default settings - sequence */
|
||||
struct list_head default_list;
|
||||
|
||||
/* default settings - value list */
|
||||
struct list_head value_list;
|
||||
|
||||
/* current status */
|
||||
struct use_case_verb *active_verb;
|
||||
struct list_head active_devices;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue