Home
last modified time | relevance | path

Searched refs:sof_ipc_comp_volume (Results 1 – 3 of 3) sorted by relevance

/sof-3.4.0/tools/tplg_parser/
Dpga.c26 offsetof(struct sof_ipc_comp_volume, ramp), 0},
29 offsetof(struct sof_ipc_comp_volume, initial_ramp), 0},
35 offsetof(struct sof_ipc_comp_volume, config)},
37 sizeof(struct sof_ipc_comp_volume)},
42 struct sof_ipc_comp_volume *volume = _pga; in pga_ipc3_build()
57 volume->comp.hdr.size = sizeof(struct sof_ipc_comp_volume) + UUID_SIZE; in pga_ipc3_build()
114 pga_ipc3_build, sizeof(struct sof_ipc_comp_volume) + UUID_SIZE},
/sof-3.4.0/src/include/ipc/
Dtopology.h161 struct sof_ipc_comp_volume { struct
/sof-3.4.0/src/ipc/ipc3/
Dhelper.c203 struct sof_ipc_comp_volume *vol = (struct sof_ipc_comp_volume *)comp; in comp_specific_builder()