Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sof/
Dpm.c65 struct snd_sof_route *sroute; in sof_restore_pipelines() local
118 list_for_each_entry_reverse(sroute, &sdev->route_list, list) { in sof_restore_pipelines()
123 if (!sroute->private) in sof_restore_pipelines()
126 connect = sroute->private; in sof_restore_pipelines()
136 sroute->route->sink, in sof_restore_pipelines()
137 sroute->route->control ? sroute->route->control in sof_restore_pipelines()
139 sroute->route->source); in sof_restore_pipelines()
Dtopology.c2164 struct snd_sof_route *sroute; in sof_route_unload() local
2166 sroute = dobj->private; in sof_route_unload()
2167 if (!sroute) in sof_route_unload()
2171 kfree(sroute->private); in sof_route_unload()
2172 list_del(&sroute->list); in sof_route_unload()
2173 kfree(sroute); in sof_route_unload()
2994 struct snd_sof_route *sroute; in sof_route_load() local
2999 sroute = kzalloc(sizeof(*sroute), GFP_KERNEL); in sof_route_load()
3000 if (!sroute) in sof_route_load()
3003 sroute->sdev = sdev; in sof_route_load()
[all …]