Lines Matching +full:is +full:- +full:compress +full:- +full:dai
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
3 * This file is provided under a dual BSD/GPLv2 license. When using or
48 #define SOF_DBG_FORCE_NOCODEC BIT(10) /* ignore all codec-related
61 /* Output this dump (at the DEBUG level) only when SOF_DBG_PRINT_ALL_DUMPS is set */
79 /* convenience constructor for DAI driver streams */
95 u32 substate; /* platform-specific */
134 * struct snd_sof_platform_stream_params - platform dependent stream parameters
138 * is true
150 * struct sof_firmware - Container struct for SOF firmware
257 * when the position is not reported in the shared SRAM windows but
258 * instead from a host-accessible hardware counter.
335 /* DAI ops */
352 #define sof_dsp_arch_ops(sdev) ((sdev)->pdata->desc->ops->dsp_arch_ops)
361 * memory -> DSP resource (memory, register etc) is always accessible
362 * or if it is accessible only when the DSP is in D0.
383 * access_type specifies if the memory is always accessible
384 * or if it is accessible only when the DSP is in D0.
389 /* mailbox descriptor, used for host <-> DSP IPC */
395 /* IPC message descriptor for host <-> DSP IO */
412 * struct sof_ipc_fw_tracing_ops - IPC-specific firmware tracing ops
428 * struct sof_ipc_pm_ops - IPC-specific PM ops
442 * struct sof_ipc_fw_loader_ops - IPC/FW-specific loader ops
460 * struct sof_ipc_ops - IPC-specific ops
461 * @tplg: Pointer to IPC-specific topology ops
478 * sdev->ipc->msg.reply_data
483 * via @set_get_data is a single transfer even if at the hardware level it is
525 (((sdev)->ipc && (sdev)->ipc->ops) ? (sdev)->ipc->ops->ops_name : NULL)
536 * When true the DSP is not used.
537 * It is set under the following condition:
541 * pdata->desc->dspless_mode_supported is true.
567 /* work queue in case the probe is implemented in two steps */
583 u32 next_comp_id; /* monotonic - reset during S3 */
585 /* memory bases for mmaped DSPs - set by dsp_init() */
642 * be removed when the parent SOF module is removed.
692 * Compress support
713 sdev->ipc->ops->rx_msg(sdev); in snd_sof_ipc_msgs_rx()
770 sof_dsp_arch_ops(sdev)->dsp_stack(sdev, level, oops, stack, in sof_stack()
776 if (sof_dsp_arch_ops(sdev)->dsp_oops) in sof_oops()
777 sof_dsp_arch_ops(sdev)->dsp_oops(sdev, level, oops); in sof_oops()