Lines Matching refs:sof_cnl_ops
383 struct snd_sof_dsp_ops sof_cnl_ops; variable
384 EXPORT_SYMBOL_NS(sof_cnl_ops, "SND_SOC_SOF_INTEL_CNL");
389 memcpy(&sof_cnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_cnl_ops_init()
392 sof_cnl_ops.shutdown = hda_dsp_shutdown; in sof_cnl_ops_init()
397 sof_cnl_ops.irq_thread = cnl_ipc_irq_thread; in sof_cnl_ops_init()
400 sof_cnl_ops.send_msg = cnl_ipc_send_msg; in sof_cnl_ops_init()
403 sof_cnl_ops.ipc_dump = cnl_ipc_dump; in sof_cnl_ops_init()
405 sof_cnl_ops.set_power_state = hda_dsp_set_power_state_ipc3; in sof_cnl_ops_init()
424 sof_cnl_ops.irq_thread = cnl_ipc4_irq_thread; in sof_cnl_ops_init()
427 sof_cnl_ops.send_msg = cnl_ipc4_send_msg; in sof_cnl_ops_init()
430 sof_cnl_ops.ipc_dump = cnl_ipc4_dump; in sof_cnl_ops_init()
432 sof_cnl_ops.set_power_state = hda_dsp_set_power_state_ipc4; in sof_cnl_ops_init()
436 hda_set_dai_drv_ops(sdev, &sof_cnl_ops); in sof_cnl_ops_init()
439 sof_cnl_ops.debug_map = cnl_dsp_debugfs; in sof_cnl_ops_init()
440 sof_cnl_ops.debug_map_count = ARRAY_SIZE(cnl_dsp_debugfs); in sof_cnl_ops_init()
443 sof_cnl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_cnl_ops_init()
446 sof_cnl_ops.run = hda_dsp_cl_boot_firmware; in sof_cnl_ops_init()
449 sof_cnl_ops.core_get = hda_dsp_core_get; in sof_cnl_ops_init()