Home
last modified time | relevance | path

Searched refs:tplg_find_config (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-utils/topology/
Dpre-process-object.c112 cfg = tplg_find_config(top, parent_name); in tplg_parent_update()
517 tuple_cfg = tplg_find_config(top, data_name); in tplg_pp_add_object_tuple_section()
561 cfg = tplg_find_config(tuples_cfg, str); in tplg_pp_add_object_tuple_section()
627 data_cfg = tplg_find_config(top, data_name); in tplg_pp_add_object_data_section()
822 top = tplg_find_config(section_cfg, parent_id); in tplg_build_parent_data()
883 *wtop = tplg_find_config(top, object_name); in tplg_build_object_from_template()
Dpre-process-dai.c93 dest = tplg_find_config(top, parent_name); in tplg_update_pcm_object()
Dpre-processor.h115 snd_config_t *tplg_find_config(snd_config_t *config, const char *name);
Dpre-processor.c39 snd_config_t *tplg_find_config(snd_config_t *config, const char *name) in tplg_find_config() function
Dpre-process-dapm.c45 dest = tplg_find_config(top, parent_name); in tplg_build_base_object()