Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/sof/
H A Dstream.h136 struct sof_ipc_stream_posn { struct
137 struct sof_ipc_reply rhdr;
138 uint32_t comp_id; /**< host component ID */
139 uint32_t flags; /**< SOF_TIME_ */
142 uint64_t host_posn; /**< host DMA position in bytes */
143 uint64_t dai_posn; /**< DAI DMA position in bytes */
144 uint64_t comp_posn; /**< comp position in bytes */
145 uint64_t wallclock; /**< audio wall clock */
146 uint64_t timestamp; /**< system time stamp */
147 uint32_t xrun_comp_id; /**< comp ID of XRUN component */
[all …]