Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/intel/
Dcnl.c357 struct snd_sof_dsp_ops sof_cnl_ops; variable
358 EXPORT_SYMBOL_NS(sof_cnl_ops, SND_SOC_SOF_INTEL_HDA_COMMON);
363 memcpy(&sof_cnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_cnl_ops_init()
366 sof_cnl_ops.shutdown = hda_dsp_shutdown; in sof_cnl_ops_init()
371 sof_cnl_ops.irq_thread = cnl_ipc_irq_thread; in sof_cnl_ops_init()
374 sof_cnl_ops.send_msg = cnl_ipc_send_msg; in sof_cnl_ops_init()
377 sof_cnl_ops.ipc_dump = cnl_ipc_dump; in sof_cnl_ops_init()
393 sof_cnl_ops.irq_thread = cnl_ipc4_irq_thread; in sof_cnl_ops_init()
396 sof_cnl_ops.send_msg = cnl_ipc4_send_msg; in sof_cnl_ops_init()
399 sof_cnl_ops.ipc_dump = cnl_ipc4_dump; in sof_cnl_ops_init()
[all …]
Dpci-cnl.c46 .ops = &sof_cnl_ops,
74 .ops = &sof_cnl_ops,
103 .ops = &sof_cnl_ops,
Dpci-icl.c74 .ops = &sof_cnl_ops,
Dhda.h785 extern struct snd_sof_dsp_ops sof_cnl_ops;