Lines Matching refs:connect
3420 struct sof_ipc_pipe_comp_connect *connect; in sof_route_load() local
3434 connect = kzalloc(sizeof(*connect), GFP_KERNEL); in sof_route_load()
3435 if (!connect) { in sof_route_load()
3440 connect->hdr.size = sizeof(*connect); in sof_route_load()
3441 connect->hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_COMP_CONNECT; in sof_route_load()
3466 connect->source_id = source_swidget->comp_id; in sof_route_load()
3485 connect->sink_id = sink_swidget->comp_id; in sof_route_load()
3500 connect->hdr.cmd, in sof_route_load()
3501 connect, sizeof(*connect), in sof_route_load()
3525 sroute->private = connect; in sof_route_load()
3534 kfree(connect); in sof_route_load()