Searched refs:temp_cfg (Results 1 - 2 of 2) sorted by relevance
/third_party/alsa-utils/topology/ |
H A D | pre-process-dapm.c | 170 snd_config_t *temp_cfg, *child, *class_cfg, *n; in tplg_pp_get_widget_name() local 188 ret = snd_config_make(&temp_cfg, "Widget", SND_CONFIG_TYPE_COMPOUND); in tplg_pp_get_widget_name() 195 ret = tplg_config_make_add(&child, class_name, SND_CONFIG_TYPE_COMPOUND, temp_cfg); in tplg_pp_get_widget_name() 202 class_cfg = tplg_class_lookup(tplg_pp, temp_cfg); in tplg_pp_get_widget_name() 203 snd_config_delete(temp_cfg); in tplg_pp_get_widget_name() 210 ret = snd_config_search(class_cfg, "attributes.constructor", &temp_cfg); in tplg_pp_get_widget_name() 223 snd_config_for_each(i, next, temp_cfg) { in tplg_pp_get_widget_name()
|
H A D | pre-process-object.c | 2022 goto temp_cfg; in tplg_pre_process_objects() 2027 goto temp_cfg; in tplg_pre_process_objects() 2031 goto temp_cfg; in tplg_pre_process_objects() 2052 temp_cfg: in tplg_pre_process_objects()
|
Completed in 4 milliseconds