Lines Matching refs:sof_skl_ops
53 struct snd_sof_dsp_ops sof_skl_ops; variable
54 EXPORT_SYMBOL_NS(sof_skl_ops, SND_SOC_SOF_INTEL_HDA_COMMON);
61 memcpy(&sof_skl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_skl_ops_init()
64 sof_skl_ops.shutdown = hda_dsp_shutdown; in sof_skl_ops_init()
75 sof_skl_ops.get_window_offset = skl_dsp_ipc_get_window_offset; in sof_skl_ops_init()
76 sof_skl_ops.get_mailbox_offset = skl_dsp_ipc_get_mailbox_offset; in sof_skl_ops_init()
79 sof_skl_ops.irq_thread = hda_dsp_ipc4_irq_thread; in sof_skl_ops_init()
82 sof_skl_ops.send_msg = hda_dsp_ipc4_send_msg; in sof_skl_ops_init()
85 hda_set_dai_drv_ops(sdev, &sof_skl_ops); in sof_skl_ops_init()
88 sof_skl_ops.debug_map = skl_dsp_debugfs; in sof_skl_ops_init()
89 sof_skl_ops.debug_map_count = ARRAY_SIZE(skl_dsp_debugfs); in sof_skl_ops_init()
90 sof_skl_ops.ipc_dump = hda_ipc4_dump; in sof_skl_ops_init()
93 sof_skl_ops.run = hda_dsp_cl_boot_firmware_skl; in sof_skl_ops_init()
96 sof_skl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_skl_ops_init()