Searched refs:route_list (Results 1 – 4 of 4) sorted by relevance
203 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()
478 INIT_LIST_HEAD(&tplg->route_list); in snd_tplg_create()510 tplg_elem_free_list(&tplg->route_list); in snd_tplg_free()
144 .loff = offsetof(snd_tplg_t, route_list),
88 struct list_head route_list; member