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:
Jaroslav Kysela 2025-12-01 16:39:15 +01:00
parent 5ed27d8e89
commit 66dfd40e8f
5 changed files with 27 additions and 9 deletions

View file

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