Searched refs:sof_lnl_ops (Results 1 – 4 of 4) sorted by relevance
24 struct snd_sof_dsp_ops sof_lnl_ops; variable25 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 …]
48 .ops = &sof_lnl_ops,
46 .ops = &sof_lnl_ops,
908 extern struct snd_sof_dsp_ops sof_lnl_ops;