Searched refs:sroute (Results 1 – 2 of 2) sorted by relevance
92 struct snd_sof_route *sroute; in sof_reset_route_setup_status() local95 if (sroute->src_widget == widget || sroute->sink_widget == widget) in sof_reset_route_setup_status()96 sroute->setup = false; in sof_reset_route_setup_status()245 if (!sroute->private) in sof_route_setup_ipc()249 if (sroute->setup) in sof_route_setup_ipc()252 connect = sroute->private; in sof_route_setup_ipc()268 sroute->setup = true; in sof_route_setup_ipc()278 struct snd_sof_route *sroute; in sof_route_setup() local302 if (sroute->src_widget == src_widget && sroute->sink_widget == sink_widget) { in sof_route_setup()599 struct snd_sof_route *sroute; in sof_set_up_pipelines() local[all …]
2473 sroute = dobj->private; in sof_route_unload()2474 if (!sroute) in sof_route_unload()2478 kfree(sroute->private); in sof_route_unload()2479 list_del(&sroute->list); in sof_route_unload()2480 kfree(sroute); in sof_route_unload()3303 sroute = kzalloc(sizeof(*sroute), GFP_KERNEL); in sof_route_load()3304 if (!sroute) in sof_route_load()3307 sroute->scomp = scomp; in sof_route_load()3311 kfree(sroute); in sof_route_load()3374 sroute->route = route; in sof_route_load()[all …]
Completed in 47 milliseconds