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()52 sof_apl_ops.set_power_state = hda_dsp_set_power_state_ipc3; in sof_apl_ops_init()71 sof_apl_ops.irq_thread = hda_dsp_ipc4_irq_thread; in sof_apl_ops_init()74 sof_apl_ops.send_msg = hda_dsp_ipc4_send_msg; in sof_apl_ops_init()[all …]
49 .ops = &sof_apl_ops,81 .ops = &sof_apl_ops,
856 extern struct snd_sof_dsp_ops sof_apl_ops;