Searched refs:sof_apl_ops (Results 1 – 3 of 3) sorted by relevance
31 struct snd_sof_dsp_ops sof_apl_ops; variable39 sof_apl_ops.shutdown = hda_dsp_shutdown; 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()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()82 hda_set_dai_drv_ops(sdev, &sof_apl_ops); in sof_apl_ops_init()85 sof_apl_ops.debug_map = apl_dsp_debugfs; in sof_apl_ops_init()89 sof_apl_ops.run = hda_dsp_cl_boot_firmware; in sof_apl_ops_init()92 sof_apl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_apl_ops_init()[all …]
49 .ops = &sof_apl_ops,81 .ops = &sof_apl_ops,
916 extern struct snd_sof_dsp_ops sof_apl_ops;
Completed in 8 milliseconds