Searched refs:item_config (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-utils/topology/ |
D | pre-process-object.c | 82 snd_config_t *child, *cfg, *top, *item_config, *n; in tplg_parent_update() local 119 ret = snd_config_search(cfg, section_name, &item_config); in tplg_parent_update() 121 ret = tplg_config_make_add(&item_config, section_name, in tplg_parent_update() 130 return snd_config_set_string(item_config, item_name); in tplg_parent_update() 133 ret = snd_config_search(cfg, section_name, &item_config); in tplg_parent_update() 135 ret = tplg_config_make_add(&item_config, section_name, in tplg_parent_update() 144 snd_config_for_each(i, next, item_config) { in tplg_parent_update() 171 ret = snd_config_add(item_config, cfg); in tplg_parent_update()
|