ucm: rename once_list to boot_list

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2020-10-06 10:47:11 +02:00
parent 61749cf400
commit 2b217b7010
4 changed files with 9 additions and 9 deletions

View file

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