mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
ucm: rename once_list to boot_list
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
61749cf400
commit
2b217b7010
4 changed files with 9 additions and 9 deletions
|
|
@ -223,7 +223,7 @@ struct snd_use_case_mgr {
|
|||
struct list_head verb_list;
|
||||
|
||||
/* boot settings - sequence */
|
||||
struct list_head once_list;
|
||||
struct list_head boot_list;
|
||||
|
||||
/* default settings - sequence */
|
||||
struct list_head default_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue