Searched refs:output_cfg (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-utils/topology/ |
D | pre-processor.c | 174 snd_config_delete(tplg_pp->output_cfg); in free_pre_preprocessor() 191 ret = snd_config_top(&_tplg_pp->output_cfg); in init_pre_processor() 221 snd_config_delete(_tplg_pp->output_cfg); in init_pre_processor() 578 err = snd_config_save(tplg_pp->output_cfg, tplg_pp->output); in pre_process()
|
D | pre-process-object.c | 487 ret = snd_config_search(tplg_pp->output_cfg, "SectionVendorTuples", &top); in tplg_pp_add_object_tuple_section() 490 SND_CONFIG_TYPE_COMPOUND, tplg_pp->output_cfg); in tplg_pp_add_object_tuple_section() 616 ret = snd_config_search(tplg_pp->output_cfg, "SectionData", &top); in tplg_pp_add_object_data_section() 619 tplg_pp->output_cfg); in tplg_pp_add_object_data_section() 816 ret = snd_config_search(tplg_pp->output_cfg, map->section_name, §ion_cfg); in tplg_build_parent_data() 855 top_config = tplg_pp->output_cfg; in tplg_build_object_from_template() 1077 ret = snd_config_search(tplg_pp->output_cfg, map->section_name, &cfg); in tplg_object_get_section()
|
D | topology.h | 25 snd_config_t *output_cfg; member
|
D | pre-process-dapm.c | 292 ret = snd_config_search(tplg_pp->output_cfg, "SectionGraph", &top); in tplg_build_dapm_route_object() 295 SND_CONFIG_TYPE_COMPOUND, tplg_pp->output_cfg); in tplg_build_dapm_route_object()
|