Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dlnl.c23 struct snd_sof_dsp_ops sof_lnl_ops; variable
24 EXPORT_SYMBOL_NS(sof_lnl_ops, SND_SOC_SOF_INTEL_HDA_COMMON);
86 memcpy(&sof_lnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_lnl_ops_init()
89 sof_lnl_ops.probe = lnl_hda_dsp_probe; in sof_lnl_ops_init()
92 sof_lnl_ops.shutdown = hda_dsp_shutdown; in sof_lnl_ops_init()
95 sof_lnl_ops.irq_thread = mtl_ipc_irq_thread; in sof_lnl_ops_init()
98 sof_lnl_ops.send_msg = mtl_ipc_send_msg; in sof_lnl_ops_init()
99 sof_lnl_ops.get_mailbox_offset = mtl_dsp_ipc_get_mailbox_offset; in sof_lnl_ops_init()
100 sof_lnl_ops.get_window_offset = mtl_dsp_ipc_get_window_offset; in sof_lnl_ops_init()
103 sof_lnl_ops.debug_map = lnl_dsp_debugfs; in sof_lnl_ops_init()
[all …]
H A Dpci-lnl.c48 .ops = &sof_lnl_ops,
H A Dhda.h866 extern struct snd_sof_dsp_ops sof_lnl_ops;