Searched refs:input_cfg (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-utils/topology/ |
D | pre-processor.c | 234 ret = snd_config_search(tplg_pp->input_cfg, "Define", &conf_defines); in pre_process_defines() 270 ret = snd_config_search(tplg_pp->input_cfg, "Define", &conf_defines); in pre_process_variables_expand_fcn() 448 ret = snd_config_search(tplg_pp->input_cfg, "Define", &conf_defines); in pre_process_includes() 545 tplg_pp->input_cfg = top; in pre_process() 549 err = pre_process_defines(tplg_pp, pre_processor_defs, tplg_pp->input_cfg); in pre_process() 556 err = pre_process_includes_all(tplg_pp, tplg_pp->input_cfg, pre_processor_defs, inc_path); in pre_process() 563 …err = snd_config_expand_custom(tplg_pp->input_cfg, tplg_pp->input_cfg, pre_process_variables_expan… in pre_process() 564 tplg_pp, &tplg_pp->input_cfg); in pre_process() 571 err = pre_process_config(tplg_pp, tplg_pp->input_cfg); in pre_process()
|
D | topology.h | 24 snd_config_t *input_cfg; member
|
D | pre-process-class.c | 120 ret = snd_config_search(tplg_pp->input_cfg, class_config_id, &class_cfg); in tplg_class_lookup()
|