mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
ucm: parse SectionOnce section in the master UCM configuration file
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
750a3d9fd8
commit
e0da1d2a2a
3 changed files with 41 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue