Home
last modified time | relevance | path

Searched refs:sroute (Results 1 – 2 of 2) sorted by relevance

/sound/soc/sof/
Dsof-audio.c165 struct snd_sof_route *sroute; in sof_restore_pipelines() local
240 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()
Dtopology.c2550 struct snd_sof_route *sroute; in sof_route_unload() local
2552 sroute = dobj->private; in sof_route_unload()
2553 if (!sroute) in sof_route_unload()
2557 kfree(sroute->private); in sof_route_unload()
2558 list_del(&sroute->list); in sof_route_unload()
2559 kfree(sroute); in sof_route_unload()
3394 struct snd_sof_route *sroute; in sof_route_load() local
3399 sroute = kzalloc(sizeof(*sroute), GFP_KERNEL); in sof_route_load()
3400 if (!sroute) in sof_route_load()
3403 sroute->scomp = scomp; in sof_route_load()
[all …]