Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/sof/
Dtopology.h268 struct sof_ipc_pipe_new { struct
269 struct sof_ipc_cmd_hdr hdr;
270 uint32_t comp_id; /**< component id for pipeline */
271 uint32_t pipeline_id; /**< pipeline id */
272 uint32_t sched_id; /**< Scheduling component id */
273 uint32_t core; /**< core we run on */
274 uint32_t period; /**< execution period in us*/
275 uint32_t priority; /**< priority level 0 (low) to 10 (max) */
276 uint32_t period_mips; /**< worst case instruction count per period */
277 uint32_t frames_per_sched;/**< output frames of pipeline, 0 is variable */
[all …]