Searched refs:sof_mtl_ops (Results 1 – 3 of 3) sorted by relevance
598 struct snd_sof_dsp_ops sof_mtl_ops; variable599 EXPORT_SYMBOL_NS(sof_mtl_ops, SND_SOC_SOF_INTEL_HDA_COMMON);606 memcpy(&sof_mtl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_mtl_ops_init()609 sof_mtl_ops.shutdown = hda_dsp_shutdown; in sof_mtl_ops_init()612 sof_mtl_ops.irq_thread = mtl_ipc_irq_thread; in sof_mtl_ops_init()615 sof_mtl_ops.send_msg = mtl_ipc_send_msg; in sof_mtl_ops_init()616 sof_mtl_ops.get_mailbox_offset = mtl_dsp_ipc_get_mailbox_offset; in sof_mtl_ops_init()617 sof_mtl_ops.get_window_offset = mtl_dsp_ipc_get_window_offset; in sof_mtl_ops_init()620 sof_mtl_ops.debug_map = mtl_dsp_debugfs; in sof_mtl_ops_init()621 sof_mtl_ops.debug_map_count = ARRAY_SIZE(mtl_dsp_debugfs); in sof_mtl_ops_init()[all …]
44 .ops = &sof_mtl_ops,
790 extern struct snd_sof_dsp_ops sof_mtl_ops;