Home
last modified time | relevance | path

Searched refs:sof_mtl_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/sound/soc/sof/intel/
Dmtl.c715 struct snd_sof_dsp_ops sof_mtl_ops; variable
722 memcpy(&sof_mtl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_mtl_ops_init()
725 sof_mtl_ops.shutdown = hda_dsp_shutdown; in sof_mtl_ops_init()
728 sof_mtl_ops.irq_thread = mtl_ipc_irq_thread; in sof_mtl_ops_init()
731 sof_mtl_ops.send_msg = mtl_ipc_send_msg; in sof_mtl_ops_init()
732 sof_mtl_ops.get_mailbox_offset = mtl_dsp_ipc_get_mailbox_offset; in sof_mtl_ops_init()
733 sof_mtl_ops.get_window_offset = mtl_dsp_ipc_get_window_offset; in sof_mtl_ops_init()
736 sof_mtl_ops.debug_map = mtl_dsp_debugfs; in sof_mtl_ops_init()
737 sof_mtl_ops.debug_map_count = ARRAY_SIZE(mtl_dsp_debugfs); in sof_mtl_ops_init()
738 sof_mtl_ops.dbg_dump = mtl_dsp_dump; in sof_mtl_ops_init()
[all …]
Dpci-mtl.c48 .ops = &sof_mtl_ops,
78 .ops = &sof_mtl_ops,
108 .ops = &sof_mtl_ops,
Dhda.h906 extern struct snd_sof_dsp_ops sof_mtl_ops;