Searched refs:comp_dai (Results 1 - 3 of 3) sorted by path

/linux-master/include/sound/sof/
H A Ddai.h128 struct sof_ipc_comp_dai *comp_dai; member in struct:sof_dai_private_data
/linux-master/sound/soc/sof/
H A Dipc3-pcm.c237 switch (private->comp_dai->config.frame_fmt) {
270 if (private->comp_dai->config.frame_fmt == SOF_IPC_FRAME_S24_4LE) {
272 private->comp_dai->config.frame_fmt,
H A Dipc3-topology.c1561 struct sof_ipc_comp_dai *comp_dai; local
1562 size_t ipc_size = sizeof(*comp_dai);
1573 private->comp_dai = sof_comp_alloc(swidget, &ipc_size, swidget->pipeline_id);
1574 if (!private->comp_dai) {
1580 comp_dai = private->comp_dai;
1581 comp_dai->comp.type = SOF_COMP_DAI;
1582 comp_dai->config.hdr.size = sizeof(comp_dai->config);
1585 ret = sof_update_ipc_object(scomp, comp_dai, SOF_DAI_TOKEN
[all...]

Completed in 213 milliseconds