Home
last modified time | relevance | path

Searched refs:route_list (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/topology/
Ddapm.c203 base = &tplg->route_list; in tplg_build_routes()
269 tplg_elem_insert(elem, &tplg->route_list); in tplg_elem_new_route()
271 list_add_tail(&elem->list, &tplg->route_list); in tplg_elem_new_route()
432 list_for_each(pos, &tplg->route_list) { in tplg_save_dapm_graph()
459 list_for_each(pos, &tplg->route_list) { in tplg_save_dapm_graph()
Dparser.c478 INIT_LIST_HEAD(&tplg->route_list); in snd_tplg_create()
510 tplg_elem_free_list(&tplg->route_list); in snd_tplg_free()
Delem.c144 .loff = offsetof(snd_tplg_t, route_list),
Dtplg_local.h88 struct list_head route_list; member