Searched defs:sof_ipc_ctrl_data (Results 1 – 1 of 1) sorted by relevance
120 struct sof_ipc_ctrl_data { struct121 struct sof_ipc_reply rhdr;122 uint32_t comp_id;125 uint32_t type; /**< enum sof_ipc_ctrl_type */126 uint32_t cmd; /**< enum sof_ipc_ctrl_cmd */127 uint32_t index; /**< control index for comps > 1 control */130 struct sof_ipc_host_buffer buffer;131 uint32_t num_elems; /**< in array elems or bytes for data type */132 uint32_t elems_remaining; /**< elems remaining if sent in parts */134 uint32_t msg_index; /**< index for large messages sent in parts */[all …]