Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/ucm/
Ducm_subs.c96 return get_card_number(uc_mgr_get_master_ctl(uc_mgr)); in rval_card_number()
103 ctl_list = uc_mgr_get_master_ctl(uc_mgr); in rval_card_id()
113 ctl_list = uc_mgr_get_master_ctl(uc_mgr); in rval_card_driver()
123 ctl_list = uc_mgr_get_master_ctl(uc_mgr); in rval_card_name()
133 ctl_list = uc_mgr_get_master_ctl(uc_mgr); in rval_card_longname()
143 ctl_list = uc_mgr_get_master_ctl(uc_mgr); in rval_card_components()
452 iter->ctl_list = uc_mgr_get_master_ctl(uc_mgr); in rval_device_lookup_init()
Ducm_local.h321 struct ctl_list *uc_mgr_get_master_ctl(snd_use_case_mgr_t *uc_mgr);
Dutils.c62 struct ctl_list *uc_mgr_get_master_ctl(snd_use_case_mgr_t *uc_mgr) in uc_mgr_get_master_ctl() function
139 ctl_list = uc_mgr_get_master_ctl(uc_mgr); in uc_mgr_get_ctl()
Dmain.c905 ctl_list = uc_mgr_get_master_ctl(uc_mgr); in add_auto_values()