Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dskl.c52 struct snd_sof_dsp_ops sof_skl_ops; variable
53 EXPORT_SYMBOL_NS(sof_skl_ops, "SND_SOC_SOF_INTEL_HDA_COMMON");
60 memcpy(&sof_skl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_skl_ops_init()
63 sof_skl_ops.shutdown = hda_dsp_shutdown; in sof_skl_ops_init()
74 sof_skl_ops.get_window_offset = skl_dsp_ipc_get_window_offset; in sof_skl_ops_init()
75 sof_skl_ops.get_mailbox_offset = skl_dsp_ipc_get_mailbox_offset; in sof_skl_ops_init()
78 sof_skl_ops.irq_thread = hda_dsp_ipc4_irq_thread; in sof_skl_ops_init()
81 sof_skl_ops.send_msg = hda_dsp_ipc4_send_msg; in sof_skl_ops_init()
84 hda_set_dai_drv_ops(sdev, &sof_skl_ops); in sof_skl_ops_init()
87 sof_skl_ops.debug_map = skl_dsp_debugfs; in sof_skl_ops_init()
[all …]
H A Dpci-skl.c40 .ops = &sof_skl_ops,
65 .ops = &sof_skl_ops,
H A Dhda.h906 extern struct snd_sof_dsp_ops sof_skl_ops;