Home
last modified time | relevance | path

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

/third_party/alsa-utils/topology/
Dpre-processor.c174 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()
Dpre-process-object.c487 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, &section_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()
Dtopology.h25 snd_config_t *output_cfg; member
Dpre-process-dapm.c292 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()