Searched refs:sof_apl_ops (Results 1 – 1 of 1) sorted by relevance
31 struct snd_sof_dsp_ops sof_apl_ops; variable36 memcpy(&sof_apl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_apl_ops_init()39 sof_apl_ops.shutdown = hda_dsp_shutdown; in sof_apl_ops_init()43 sof_apl_ops.irq_thread = hda_dsp_ipc_irq_thread; in sof_apl_ops_init()46 sof_apl_ops.send_msg = hda_dsp_ipc_send_msg; in sof_apl_ops_init()49 sof_apl_ops.ipc_dump = hda_ipc_dump; in sof_apl_ops_init()51 sof_apl_ops.set_power_state = hda_dsp_set_power_state_ipc3; in sof_apl_ops_init()70 sof_apl_ops.irq_thread = hda_dsp_ipc4_irq_thread; in sof_apl_ops_init()73 sof_apl_ops.send_msg = hda_dsp_ipc4_send_msg; in sof_apl_ops_init()76 sof_apl_ops.ipc_dump = hda_ipc4_dump; in sof_apl_ops_init()[all …]