Home
last modified time | relevance | path

Searched refs:temp_cfg (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-utils/topology/
Dpre-process-dapm.c144 snd_config_t *temp_cfg, *child, *class_cfg, *n; in tplg_pp_get_widget_name() local
162 ret = snd_config_make(&temp_cfg, "Widget", SND_CONFIG_TYPE_COMPOUND); in tplg_pp_get_widget_name()
169 ret = tplg_config_make_add(&child, class_name, SND_CONFIG_TYPE_COMPOUND, temp_cfg); in tplg_pp_get_widget_name()
176 class_cfg = tplg_class_lookup(tplg_pp, temp_cfg); in tplg_pp_get_widget_name()
177 snd_config_delete(temp_cfg); in tplg_pp_get_widget_name()
184 ret = snd_config_search(class_cfg, "attributes.constructor", &temp_cfg); in tplg_pp_get_widget_name()
197 snd_config_for_each(i, next, temp_cfg) { in tplg_pp_get_widget_name()
Dpre-process-object.c1642 goto temp_cfg; in tplg_pre_process_objects()
1647 goto temp_cfg; in tplg_pre_process_objects()
1651 goto temp_cfg; in tplg_pre_process_objects()
1672 temp_cfg: in tplg_pre_process_objects()