Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/intel/
Dskl.c53 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()
[all …]
Dpci-skl.c39 .ops = &sof_skl_ops,
62 .ops = &sof_skl_ops,
Dhda.h780 extern struct snd_sof_dsp_ops sof_skl_ops;