Searched refs:sroute (Results 1 – 2 of 2) sorted by relevance
165 struct snd_sof_route *sroute; in sof_restore_pipelines() local240 list_for_each_entry_reverse(sroute, &sdev->route_list, list) { in sof_restore_pipelines()245 if (!sroute->private) in sof_restore_pipelines()248 connect = sroute->private; in sof_restore_pipelines()258 sroute->route->sink, in sof_restore_pipelines()259 sroute->route->control ? sroute->route->control in sof_restore_pipelines()261 sroute->route->source); in sof_restore_pipelines()
2542 struct snd_sof_route *sroute; in sof_route_unload() local2544 sroute = dobj->private; in sof_route_unload()2545 if (!sroute) in sof_route_unload()2549 kfree(sroute->private); in sof_route_unload()2550 list_del(&sroute->list); in sof_route_unload()2551 kfree(sroute); in sof_route_unload()3423 struct snd_sof_route *sroute; in sof_route_load() local3428 sroute = kzalloc(sizeof(*sroute), GFP_KERNEL); in sof_route_load()3429 if (!sroute) in sof_route_load()3432 sroute->scomp = scomp; in sof_route_load()[all …]