Searched refs:sof_ipc_comp_asrc (Results 1 – 4 of 4) sorted by relevance
/sof-3.4.0/tools/tplg_parser/ |
D | asrc.c | 28 offsetof(struct sof_ipc_comp_asrc, source_rate), 0}, 31 offsetof(struct sof_ipc_comp_asrc, sink_rate), 0}, 34 offsetof(struct sof_ipc_comp_asrc, asynchronous_mode), 0}, 37 offsetof(struct sof_ipc_comp_asrc, operation_mode), 0}, 43 offsetof(struct sof_ipc_comp_asrc, config)}, 45 sizeof(struct sof_ipc_comp_asrc)}, 50 struct sof_ipc_comp_asrc *asrc = _asrc; in asrc_ipc3_build() 56 asrc->comp.hdr.size = sizeof(struct sof_ipc_comp_asrc) + UUID_SIZE; in asrc_ipc3_build() 82 asrc_ipc3_build, sizeof(struct sof_ipc_comp_asrc) + UUID_SIZE},
|
/sof-3.4.0/src/include/ipc/ |
D | topology.h | 182 struct sof_ipc_comp_asrc { struct
|
/sof-3.4.0/src/ipc/ipc3/ |
D | helper.c | 206 struct sof_ipc_comp_asrc *asrc = (struct sof_ipc_comp_asrc *)comp; in comp_specific_builder()
|
/sof-3.4.0/tools/testbench/ |
D | topology.c | 33 struct sof_ipc_comp_asrc *asrc; in tb_register_asrc() 40 asrc = (struct sof_ipc_comp_asrc *)comp; in tb_register_asrc()
|