Home
last modified time | relevance | path

Searched refs:sof_apl_ops (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dapl.c31 struct snd_sof_dsp_ops sof_apl_ops; variable
32 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 in sof_apl_ops_init()
[all...]
H A Dpci-apl.c49 .ops = &sof_apl_ops,
81 .ops = &sof_apl_ops,
H A Dhda.h856 extern struct snd_sof_dsp_ops sof_apl_ops;
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dapl.c29 const struct snd_sof_dsp_ops sof_apl_ops = { variable
126 EXPORT_SYMBOL_NS(sof_apl_ops, SND_SOC_SOF_INTEL_HDA_COMMON);
H A Dhda.h733 extern const struct snd_sof_dsp_ops sof_apl_ops;
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dsof-pci-dev.c123 .ops = &sof_apl_ops,
141 .ops = &sof_apl_ops,

Completed in 5 milliseconds