Home
last modified time | relevance | path

Searched defs:sof_ipc_comp_event (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/sound/sof/
H A Dcontrol.h139 struct sof_ipc_comp_event { struct
140 struct sof_ipc_reply rhdr;
141 uint16_t src_comp_type; /**< COMP_TYPE_ */
142 uint32_t src_comp_id; /**< source component id */
143 uint32_t event_type; /**< event type - SOF_CTRL_EVENT_* */
144 uint32_t num_elems; /**< in array elems or bytes for data type */
147 uint32_t reserved[8];
150 union {