Lines Matching +full:asrc +full:- +full:rate
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
39 SOF_COMP_ASRC, /**< Asynchronous sample rate converter */
53 /* create new generic component - SOF_IPC_TPLG_COMP_NEW */
95 /* create new component buffer - SOF_IPC_TPLG_BUFFER_NEW */
104 /* generic component config data - must always be after struct sof_ipc_comp */
132 uint32_t type; /**< DAI type - SOF_DAI_ */
167 /* either source or sink rate must be non zero */
168 uint32_t source_rate; /**< source rate or 0 for variable */
169 uint32_t sink_rate; /**< sink rate or 0 for variable */
173 /* generic ASRC component */
177 /* either source or sink rate must be non zero */
178 uint32_t source_rate; /**< Define fixed source rate or */
180 /**< the rate from stream */
181 uint32_t sink_rate; /**< Define fixed sink rate or */
183 /**< the rate from stream */
185 /**< When 1 the ASRC tracks and */
188 /**< ASRC consumes a defined number */
191 /**< In pull mode the ASRC outputs */
271 /* new pipeline - SOF_IPC_TPLG_PIPE_NEW */
286 /* pipeline construction complete - SOF_IPC_TPLG_PIPE_COMPLETE */
297 /* connect two components in pipeline - SOF_IPC_TPLG_COMP_CONNECT */