Searched refs:item_config (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-utils/topology/ |
H A D | pre-process-object.c | 85 snd_config_t *child, *cfg, *top, *item_config, *n; in tplg_parent_update() local 122 ret = snd_config_search(cfg, section_name, &item_config); in tplg_parent_update() 124 ret = tplg_config_make_add(&item_config, section_name, in tplg_parent_update() 133 return snd_config_set_string(item_config, item_name); in tplg_parent_update() 136 ret = snd_config_search(cfg, section_name, &item_config); in tplg_parent_update() 138 ret = tplg_config_make_add(&item_config, section_name, in tplg_parent_update() 147 snd_config_for_each(i, next, item_config) { in tplg_parent_update() 174 ret = snd_config_add(item_config, cfg); in tplg_parent_update()
|
Completed in 3 milliseconds