Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dlnl.c24 struct snd_sof_dsp_ops sof_lnl_ops; variable
25 EXPORT_SYMBOL_NS(sof_lnl_ops, SND_SOC_SOF_INTEL_LNL);
119 memcpy(&sof_lnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_lnl_ops_init()
123 sof_lnl_ops.probe = lnl_hda_dsp_probe; in sof_lnl_ops_init()
124 sof_lnl_ops.remove = lnl_hda_dsp_remove; in sof_lnl_ops_init()
128 sof_lnl_ops.shutdown = hda_dsp_shutdown; in sof_lnl_ops_init()
131 sof_lnl_ops.irq_thread = mtl_ipc_irq_thread; in sof_lnl_ops_init()
134 sof_lnl_ops.send_msg = mtl_ipc_send_msg; in sof_lnl_ops_init()
135 sof_lnl_ops.get_mailbox_offset = mtl_dsp_ipc_get_mailbox_offset; in sof_lnl_ops_init()
136 sof_lnl_ops.get_window_offset = mtl_dsp_ipc_get_window_offset; in sof_lnl_ops_init()
[all …]
H A Dpci-lnl.c48 .ops = &sof_lnl_ops,
H A Dpci-ptl.c46 .ops = &sof_lnl_ops,
H A Dhda.h908 extern struct snd_sof_dsp_ops sof_lnl_ops;