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:
Jaroslav Kysela 2010-11-29 15:41:34 +01:00
parent aaf55f1641
commit d8b7816196
4 changed files with 60 additions and 25 deletions

View file

@ -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;