Home
last modified time | relevance | path

Searched refs:sof_skl_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/sof/intel/
H A Dskl.c52 struct snd_sof_dsp_ops sof_skl_ops; variable
53 EXPORT_SYMBOL_NS(sof_skl_ops, SND_SOC_SOF_INTEL_HDA_COMMON);
63 sof_skl_ops.shutdown = hda_dsp_shutdown; in sof_skl_ops_init()
78 sof_skl_ops.irq_thread = hda_dsp_ipc4_irq_thread; in sof_skl_ops_init()
81 sof_skl_ops.send_msg = hda_dsp_ipc4_send_msg; in sof_skl_ops_init()
84 hda_set_dai_drv_ops(sdev, &sof_skl_ops); in sof_skl_ops_init()
87 sof_skl_ops.debug_map = skl_dsp_debugfs; in sof_skl_ops_init()
88 sof_skl_ops.debug_map_count = ARRAY_SIZE(skl_dsp_debugfs); in sof_skl_ops_init()
89 sof_skl_ops.ipc_dump = hda_ipc4_dump; in sof_skl_ops_init()
92 sof_skl_ops.run = hda_dsp_cl_boot_firmware_skl; in sof_skl_ops_init()
[all …]
H A Dpci-skl.c40 .ops = &sof_skl_ops,
65 .ops = &sof_skl_ops,
H A Dhda.h854 extern struct snd_sof_dsp_ops sof_skl_ops;