Home
last modified time | relevance | path

Searched refs:boot_list (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/ucm/
Ducm_local.h242 struct list_head boot_list; member
Dmain.c977 if (!list_empty(&uc_mgr->boot_list)) in check_empty_configuration()
1377 INIT_LIST_HEAD(&mgr->boot_list); in snd_use_case_mgr_open()
2368 if (list_empty(&uc_mgr->boot_list)) in set_boot_user()
2370 err = execute_sequence(uc_mgr, &uc_mgr->boot_list, in set_boot_user()
Dutils.c729 uc_mgr_free_sequence(&uc_mgr->boot_list); in uc_mgr_free_verb()
Dparser.c1915 if (!list_empty(&uc_mgr->boot_list)) { in parse_controls_boot()
1919 err = parse_sequence(uc_mgr, &uc_mgr->boot_list, cfg); in parse_controls_boot()