Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/sof/
Dstream.h133 struct sof_ipc_stream_posn { struct
134 struct sof_ipc_reply rhdr;
135 uint32_t comp_id; /**< host component ID */
136 uint32_t flags; /**< SOF_TIME_ */
137 uint32_t wallclock_hz; /**< frequency of wallclock in Hz */
138 uint32_t timestamp_ns; /**< resolution of timestamp in ns */
139 uint64_t host_posn; /**< host DMA position in bytes */
140 uint64_t dai_posn; /**< DAI DMA position in bytes */
141 uint64_t comp_posn; /**< comp position in bytes */
142 uint64_t wallclock; /**< audio wall clock */
[all …]
/kernel/linux/linux-6.6/include/sound/sof/
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_ */
140 uint32_t wallclock_hz; /**< frequency of wallclock in Hz */
141 uint32_t timestamp_ns; /**< resolution of timestamp in ns */
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 */
[all …]