comp_dai          167 sound/soc/sof/intel/hda-dai.c 		    dir == sof_dai->comp_dai.direction) {
comp_dai          649 sound/soc/sof/pcm.c 	switch (dai->comp_dai.config.frame_fmt) {
comp_dai          681 sound/soc/sof/pcm.c 		if (dai->comp_dai.config.frame_fmt == SOF_IPC_FRAME_S24_4LE) {
comp_dai          684 sound/soc/sof/pcm.c 				dai->comp_dai.config.frame_fmt,
comp_dai           68 sound/soc/sof/pm.c 	struct sof_ipc_comp_dai *comp_dai;
comp_dai           84 sound/soc/sof/pm.c 			comp_dai = &dai->comp_dai;
comp_dai           86 sound/soc/sof/pm.c 						 comp_dai->comp.hdr.cmd,
comp_dai           87 sound/soc/sof/pm.c 						 comp_dai, sizeof(*comp_dai),
comp_dai          354 sound/soc/sof/sof-priv.h 	struct sof_ipc_comp_dai comp_dai;
comp_dai         1185 sound/soc/sof/topology.c 	struct sof_ipc_comp_dai comp_dai;
comp_dai         1189 sound/soc/sof/topology.c 	memset(&comp_dai, 0, sizeof(comp_dai));
comp_dai         1190 sound/soc/sof/topology.c 	comp_dai.comp.hdr.size = sizeof(comp_dai);
comp_dai         1191 sound/soc/sof/topology.c 	comp_dai.comp.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_COMP_NEW;
comp_dai         1192 sound/soc/sof/topology.c 	comp_dai.comp.id = swidget->comp_id;
comp_dai         1193 sound/soc/sof/topology.c 	comp_dai.comp.type = SOF_COMP_DAI;
comp_dai         1194 sound/soc/sof/topology.c 	comp_dai.comp.pipeline_id = index;
comp_dai         1195 sound/soc/sof/topology.c 	comp_dai.config.hdr.size = sizeof(comp_dai.config);
comp_dai         1197 sound/soc/sof/topology.c 	ret = sof_parse_tokens(scomp, &comp_dai, dai_tokens,
comp_dai         1206 sound/soc/sof/topology.c 	ret = sof_parse_tokens(scomp, &comp_dai.config, comp_tokens,
comp_dai         1216 sound/soc/sof/topology.c 		swidget->widget->name, comp_dai.type, comp_dai.dai_index);
comp_dai         1217 sound/soc/sof/topology.c 	sof_dbg_comp_config(scomp, &comp_dai.config);
comp_dai         1219 sound/soc/sof/topology.c 	ret = sof_ipc_tx_message(sdev->ipc, comp_dai.comp.hdr.cmd,
comp_dai         1220 sound/soc/sof/topology.c 				 &comp_dai, sizeof(comp_dai), r, sizeof(*r));
comp_dai         1224 sound/soc/sof/topology.c 		memcpy(&dai->comp_dai, &comp_dai, sizeof(comp_dai));
comp_dai         2690 sound/soc/sof/topology.c 			config->dai_index = sof_dai->comp_dai.dai_index;
comp_dai         2709 sound/soc/sof/topology.c 					sof_dai->comp_dai.direction,