Searched refs:sof_tgl_ops (Results 1 – 3 of 3) sorted by relevance
/linux/sound/soc/sof/intel/ |
H A D | tgl.c | 65 struct snd_sof_dsp_ops sof_tgl_ops; variable 70 memcpy(&sof_tgl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_tgl_ops_init() 73 sof_tgl_ops.shutdown = hda_dsp_shutdown_dma_flush; in sof_tgl_ops_init() 77 sof_tgl_ops.irq_thread = cnl_ipc_irq_thread; in sof_tgl_ops_init() 80 sof_tgl_ops.send_msg = cnl_ipc_send_msg; in sof_tgl_ops_init() 83 sof_tgl_ops.ipc_dump = cnl_ipc_dump; in sof_tgl_ops_init() 84 sof_tgl_ops.debug_map = tgl_dsp_debugfs; in sof_tgl_ops_init() 85 sof_tgl_ops.debug_map_count = ARRAY_SIZE(tgl_dsp_debugfs); in sof_tgl_ops_init() 87 sof_tgl_ops.set_power_state = hda_dsp_set_power_state_ipc3; in sof_tgl_ops_init() 108 sof_tgl_ops.irq_thread = cnl_ipc4_irq_thread; in sof_tgl_ops_init() [all …]
|
H A D | pci-tgl.c | 50 .ops = &sof_tgl_ops, 83 .ops = &sof_tgl_ops, 115 .ops = &sof_tgl_ops, 148 .ops = &sof_tgl_ops, 181 .ops = &sof_tgl_ops, 214 .ops = &sof_tgl_ops, 247 .ops = &sof_tgl_ops, 280 .ops = &sof_tgl_ops,
|
H A D | hda.h | 912 extern struct snd_sof_dsp_ops sof_tgl_ops;
|