Searched refs:sof_ipc_comp_src (Results 1 – 4 of 4) sorted by relevance
/sof-3.4.0/tools/tplg_parser/ |
D | src.c | 25 offsetof(struct sof_ipc_comp_src, source_rate), 0}, 28 offsetof(struct sof_ipc_comp_src, sink_rate), 0}, 34 offsetof(struct sof_ipc_comp_src, config)}, 36 sizeof(struct sof_ipc_comp_src)}, 41 struct sof_ipc_comp_src *src = _src; in src_ipc3_build() 47 src->comp.hdr.size = sizeof(struct sof_ipc_comp_src) + UUID_SIZE; in src_ipc3_build() 73 src_ipc3_build, sizeof(struct sof_ipc_comp_src) + UUID_SIZE},
|
/sof-3.4.0/src/include/ipc/ |
D | topology.h | 172 struct sof_ipc_comp_src { struct
|
/sof-3.4.0/src/ipc/ipc3/ |
D | helper.c | 205 struct sof_ipc_comp_src *src = (struct sof_ipc_comp_src *)comp; in comp_specific_builder()
|
/sof-3.4.0/tools/testbench/ |
D | topology.c | 214 struct sof_ipc_comp_src *src; in tb_register_src() 221 src = (struct sof_ipc_comp_src *)comp; in tb_register_src()
|