Lines Matching defs:connect
1407 * to ensure BE will connect to the right DAI
1429 * to ensure BE will connect to the right DAI
1454 dev_err(scomp->dev, "error: can't connect DAI %s stream %s\n",
3420 struct sof_ipc_pipe_comp_connect *connect;
3427 /* allocate memory for sroute and connect */
3434 connect = kzalloc(sizeof(*connect), GFP_KERNEL);
3435 if (!connect) {
3440 connect->hdr.size = sizeof(*connect);
3441 connect->hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_COMP_CONNECT;
3466 connect->source_id = source_swidget->comp_id;
3485 connect->sink_id = sink_swidget->comp_id;
3500 connect->hdr.cmd,
3501 connect, sizeof(*connect),
3525 sroute->private = connect;
3534 kfree(connect);