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 */
87 u32 substate; /* platform-specific */
126 * struct snd_sof_platform_stream_params - platform dependent stream parameters
128 * is true
143 * struct sof_firmware - Container struct for SOF firmware
259 * the DSP on the DAI side (link/codec/DMIC/etc).
261 * The callback is used when the firmware does not provide this information
272 * The callback is needed for ALSA delay reporting.
349 /* DAI ops */
368 #define sof_dsp_arch_ops(sdev) ((sdev)->pdata->desc->ops->dsp_arch_ops)
377 * memory -> DSP resource (memory, register etc) is always accessible
378 * or if it is accessible only when the DSP is in D0.
399 * access_type specifies if the memory is always accessible
400 * or if it is accessible only when the DSP is in D0.
405 /* mailbox descriptor, used for host <-> DSP IPC */
411 /* IPC message descriptor for host <-> DSP IO */
429 * struct sof_ipc_fw_tracing_ops - IPC-specific firmware tracing ops
445 * struct sof_ipc_pm_ops - IPC-specific PM ops
459 * struct sof_ipc_fw_loader_ops - IPC/FW-specific loader ops
477 * struct sof_ipc_ops - IPC-specific ops
478 * @tplg: Pointer to IPC-specific topology ops
495 * sdev->ipc->msg.reply_data
500 * via @set_get_data is a single transfer even if at the hardware level it is
542 (((sdev)->ipc && (sdev)->ipc->ops) ? (sdev)->ipc->ops->ops_name : NULL)
553 * When true the DSP is not used.
554 * It is set under the following condition:
558 * pdata->desc->dspless_mode_supported is true.
584 /* work queue in case the probe is implemented in two steps */
600 u32 next_comp_id; /* monotonic - reset during S3 */
602 /* memory bases for mmaped DSPs - set by dsp_init() */
660 * be removed when the parent SOF module is removed.
710 * Compress support
738 sdev->ipc->ops->rx_msg(sdev); in snd_sof_ipc_msgs_rx()
795 sof_dsp_arch_ops(sdev)->dsp_stack(sdev, level, oops, stack, in sof_stack()
801 if (sof_dsp_arch_ops(sdev)->dsp_oops) in sof_oops()
802 sof_dsp_arch_ops(sdev)->dsp_oops(sdev, level, oops); in sof_oops()