Lines Matching +full:dai +full:- +full:sample +full:- +full:format
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
15 #define SOF_IPC4_FW_PAGE(x) ((((x) + BIT(12) - 1) & ~(BIT(12) - 1)) >> 12)
16 #define SOF_IPC4_FW_ROUNDUP(x) (((x) + BIT(6) - 1) & (~(BIT(6) - 1)))
22 * LL domain - Low latency domain
23 * DP domain - Data processing domain
44 /* IPC4 sample types */
53 /* Node index and mask applicable for host copier and ALH/HDA type DAI copiers */
59 /* Node ID for SSP type DAI copiers */
62 /* Node ID for DMIC type DAI copiers */
80 * The base of multi-gateways. Multi-gateways addressing starts from
81 * ALH_MULTI_GTW_BASE and there are ALH_MULTI_GTW_COUNT multi-sources
82 * and ALH_MULTI_GTW_COUNT multi-sinks available.
84 * ALH_MULTI_GTW_BASE + ALH_MULTI_GTW_COUNT - 1.
108 * HD-A gateways.
113 * HD-A gateways and corresponding total processed data
135 * Input format used by the source
139 /* Output format used by the sink */
144 * struct sof_ipc4_pipeline - pipeline config data
152 * @skip_during_fe_trigger: skip triggering this pipeline during the FE DAI trigger
166 * struct sof_ipc4_multi_pipeline_data - multi pipeline trigger IPC data
176 * struct sof_ipc4_pin_format - Module pin format
179 * @audio_fmt: audio format for the pin
191 * struct sof_ipc4_available_audio_format - Available audio formats
205 * struct sof_copier_gateway_cfg - IPC gateway configuration
219 * struct sof_ipc4_copier_data - IPC data for copier
220 * @base_config: Base configuration including input audio format
221 * @out_format: Output audio format
275 * @dma_channel_id: for HDaudio defined as @stream_id - 1
316 * struct sof_ipc4_copier - copier config data
320 * @available_fmt: Available audio format
321 * @frame_fmt: frame format
324 * @dai_type: DAI type
325 * @dai_index: DAI index
353 * struct sof_ipc4_control_data - IPC data for kcontrol IO
373 * struct sof_ipc4_control_msg_payload - IPC payload for kcontrol parameters
387 * struct sof_ipc4_gain_params - IPC gain parameters
405 * struct sof_ipc4_gain_data - IPC gain init blob
415 * struct sof_ipc4_gain - gain config data
417 * @available_fmt: Available audio format
427 * struct sof_ipc4_mixer - mixer config data
429 * @available_fmt: Available audio format
439 * struct sof_ipc4_src_data - IPC data for SRC
449 * struct sof_ipc4_src - SRC config data
451 * @available_fmt: Available audio format
461 * struct sof_ipc4_asrc_data - IPC data for ASRC
464 * @asrc_mode: Control for ASRC features with bit-fields, passed as such from topolgy to FW.
473 * struct sof_ipc4_asrc - ASRC config data
475 * @available_fmt: Available audio format
485 * struct sof_ipc4_base_module_cfg_ext - base module config extension containing the pin format
491 * @pin_formats: flexible array consisting of @num_input_pin_fmts input pin format items followed
492 * by @num_output_pin_fmts output pin format items
502 * struct sof_ipc4_process - process config data
505 * @output_format: Output audio format
506 * @available_fmt: Available audio format