Searched defs:sof_ipc_ctrl_data (Results 1 – 1 of 1) sorted by relevance
98 struct sof_ipc_ctrl_data { struct99 struct sof_ipc_reply rhdr;100 uint32_t comp_id;103 uint32_t type; /**< enum sof_ipc_ctrl_type */104 uint32_t cmd; /**< enum sof_ipc_ctrl_cmd */105 uint32_t index; /**< control index for comps > 1 control */108 struct sof_ipc_host_buffer buffer;109 uint32_t num_elems; /**< in array elems or bytes for data type */110 uint32_t elems_remaining; /**< elems remaining if sent in parts */112 uint32_t msg_index; /**< for large messages sent in parts */[all …]