Searched defs:sof_ipc_dai_config (Results 1 – 1 of 1) sorted by relevance
59 struct sof_ipc_dai_config { struct60 struct sof_ipc_cmd_hdr hdr;61 uint32_t type; /**< DAI type - enum sof_ipc_dai_type */62 uint32_t dai_index; /**< index of this type dai */65 uint16_t format; /**< SOF_DAI_FMT_ */66 uint16_t reserved16; /**< alignment */69 uint32_t reserved[8];72 union {