Lines Matching refs:dsp_ops
705 int sof_mtl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops)
710 memcpy(dsp_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops));
713 dsp_ops->shutdown = hda_dsp_shutdown;
716 dsp_ops->irq_thread = mtl_ipc_irq_thread;
719 dsp_ops->send_msg = mtl_ipc_send_msg;
720 dsp_ops->get_mailbox_offset = mtl_dsp_ipc_get_mailbox_offset;
721 dsp_ops->get_window_offset = mtl_dsp_ipc_get_window_offset;
724 dsp_ops->debug_map = mtl_dsp_debugfs;
725 dsp_ops->debug_map_count = ARRAY_SIZE(mtl_dsp_debugfs);
726 dsp_ops->dbg_dump = mtl_dsp_dump;
727 dsp_ops->ipc_dump = mtl_ipc_dump;
730 dsp_ops->pre_fw_run = mtl_dsp_pre_fw_run;
731 dsp_ops->post_fw_run = mtl_dsp_post_fw_run;
734 dsp_ops->parse_platform_ext_manifest = NULL;
737 dsp_ops->core_get = mtl_dsp_core_get;
738 dsp_ops->core_put = mtl_dsp_core_put;
754 dsp_ops->set_power_state = hda_dsp_set_power_state_ipc4;
757 hda_set_dai_drv_ops(sdev, dsp_ops);