mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-16 22:05:18 -05:00
ucm: add ValueGlobals section to the top configuration file
BootCardGroup and BootCardSyncTime variables should not be listed by default in _identifiers. Handle them differently using ValueGlobals section. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
5ed27d8e89
commit
66dfd40e8f
5 changed files with 27 additions and 9 deletions
|
|
@ -262,6 +262,9 @@ struct snd_use_case_mgr {
|
|||
/* default settings - value list */
|
||||
struct list_head value_list;
|
||||
|
||||
/* global value list */
|
||||
struct list_head global_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