ucm: parse SectionOnce section in the master UCM configuration file

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2020-05-14 16:03:00 +02:00
parent 750a3d9fd8
commit e0da1d2a2a
3 changed files with 41 additions and 4 deletions

View file

@ -221,6 +221,9 @@ struct snd_use_case_mgr {
/* use case verb, devices and modifier configs parsed from files */
struct list_head verb_list;
/* boot settings - sequence */
struct list_head once_list;
/* default settings - sequence */
struct list_head default_list;