Lines Matching refs:route
3388 struct snd_soc_dapm_route *route) in sof_route_load() argument
3393 struct snd_soc_dobj *dobj = &route->dobj; in sof_route_load()
3415 route->sink, route->control ? route->control : "none", in sof_route_load()
3416 route->source); in sof_route_load()
3419 source_swidget = snd_sof_find_swidget(scomp, (char *)route->source); in sof_route_load()
3422 route->source); in sof_route_load()
3440 sink_swidget = snd_sof_find_swidget(scomp, (char *)route->sink); in sof_route_load()
3443 route->sink); in sof_route_load()
3467 route->source, route->sink); in sof_route_load()
3478 route->sink, in sof_route_load()
3479 route->control ? route->control : "none", in sof_route_load()
3480 route->source); in sof_route_load()
3487 route->sink, in sof_route_load()
3488 route->control ? route->control : "none", in sof_route_load()
3489 route->source, reply.error); in sof_route_load()
3494 sroute->route = route; in sof_route_load()