Searched refs:sof_apl_ops (Results 1 – 3 of 3) sorted by relevance
31 struct snd_sof_dsp_ops sof_apl_ops; variable32 EXPORT_SYMBOL_NS(sof_apl_ops, SND_SOC_SOF_INTEL_HDA_COMMON);37 memcpy(&sof_apl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_apl_ops_init()40 sof_apl_ops.shutdown = hda_dsp_shutdown; in sof_apl_ops_init()44 sof_apl_ops.irq_thread = hda_dsp_ipc_irq_thread; in sof_apl_ops_init()47 sof_apl_ops.send_msg = hda_dsp_ipc_send_msg; in sof_apl_ops_init()50 sof_apl_ops.ipc_dump = hda_ipc_dump; in sof_apl_ops_init()66 sof_apl_ops.irq_thread = hda_dsp_ipc4_irq_thread; in sof_apl_ops_init()69 sof_apl_ops.send_msg = hda_dsp_ipc4_send_msg; in sof_apl_ops_init()72 sof_apl_ops.ipc_dump = hda_ipc4_dump; in sof_apl_ops_init()[all …]
45 .ops = &sof_apl_ops,73 .ops = &sof_apl_ops,
782 extern struct snd_sof_dsp_ops sof_apl_ops;