Home
last modified time | relevance | path

Searched refs:input_cfg (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/topology/
Dpre-processor.c234 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()
Dtopology.h24 snd_config_t *input_cfg; member
Dpre-process-class.c120 ret = snd_config_search(tplg_pp->input_cfg, class_config_id, &class_cfg); in tplg_class_lookup()