Home
last modified time | relevance | path

Searched refs:conf_format (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-lib/src/ucm/
Ducm_subs.c36 if (uc_mgr->conf_format < 3) in rval_open_name()
49 if (uc_mgr->conf_format < 4) in rval_conf_libdir()
58 if (uc_mgr->conf_format < 3) in rval_conf_topdir()
60 dir = uc_mgr_config_dir(uc_mgr->conf_format); in rval_conf_topdir()
68 if (uc_mgr->conf_format < 3) in rval_conf_dir()
94 if (uc_mgr->conf_format < 3) in rval_card_number()
167 if (uc_mgr->conf_format < 3) { in rval_card_number_by_name()
181 if (uc_mgr->conf_format < 3) { in rval_card_id_by_name()
229 if (uc_mgr->conf_format < 4) { in rval_lookup_main()
553 if (uc_mgr->conf_format < 3) { in rval_var()
[all …]
Dparser.c72 ucm_filename(filename, sizeof(filename), uc_mgr->conf_format, in uc_mgr_config_load_file()
75 err = uc_mgr_config_load(uc_mgr->conf_format, filename, cfg); in uc_mgr_config_load_file()
134 if (uc_mgr->conf_format < 3) in parse_string_substitute3()
171 if (uc_mgr->conf_format < 3) in parse_integer_substitute3()
197 if (uc_mgr->conf_format < 3) { in get_string3()
270 if (uc_mgr->conf_format < 3) { in evaluate_regex()
312 if (uc_mgr->conf_format < 3) { in evaluate_define()
456 err = uc_mgr_config_load(uc_mgr->conf_format, file, &cfg); in parse_libconfig1()
472 ucm_filename(filename, sizeof(filename), uc_mgr->conf_format, in parse_libconfig1()
475 err = uc_mgr_config_load_into(uc_mgr->conf_format, filename, uc_mgr->local_config); in parse_libconfig1()
[all …]
Ducm_cond.c47 if (uc_mgr->conf_format >= 3) { in if_eval_string()
278 if (uc_mgr->conf_format < 4) { in if_eval_path()
432 if (uc_mgr->conf_format < 2) { in uc_mgr_evaluate_condition()
Ducm_regex.c100 if (uc_mgr->conf_format < 3) { in uc_mgr_define_regex()
Ducm_local.h228 int conf_format; member
Ducm_include.c289 if (uc_mgr->conf_format < 3) { in uc_mgr_evaluate_include()
Dmain.c2022 if (uc_mgr->conf_format < 2) { in get_value1()