Lines Matching +full:stream +full:- +full:id +full:- +full:range
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
15 * Stream configuration.
36 /* continuous and non-standard rates for flexibility */
37 #define SOF_RATE_CONTINUOUS (1 << 30) /**< range */
38 #define SOF_RATE_KNOT (1 << 31) /**< non-continuous */
43 /* stream PCM frame format */
52 /* stream buffer format */
59 /* stream direction */
65 /* stream ring info */
87 uint16_t no_stream_position; /**< 1 means don't send stream position */
88 uint8_t cont_update_posn; /**< 1 means continuous update stream position */
92 uint16_t chmap[SOF_IPC_MAX_CHANNELS]; /**< channel map - SOF_CHMAP_ */
96 /* PCM params info - SOF_IPC_STREAM_PCM_PARAMS */
100 uint32_t flags; /**< generic PCM flags - SOF_PCM_FLAG_ */
105 /* PCM params info reply - SOF_IPC_STREAM_PCM_PARAMS_REPLY */
112 /* free stream - SOF_IPC_STREAM_PCM_PARAMS */
138 uint32_t comp_id; /**< host component ID */
147 uint32_t xrun_comp_id; /**< comp ID of XRUN component */