Searched refs:sof_hda_common_ops (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/sound/soc/sof/intel/ |
D | hda-common-ops.c | 17 struct snd_sof_dsp_ops sof_hda_common_ops = { variable
|
D | skl.c | 61 memcpy(&sof_skl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_skl_ops_init()
|
D | apl.c | 37 memcpy(&sof_apl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_apl_ops_init()
|
D | icl.c | 105 memcpy(&sof_icl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_icl_ops_init()
|
D | tgl.c | 60 memcpy(&sof_tgl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_tgl_ops_init()
|
D | cnl.c | 363 memcpy(&sof_cnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_cnl_ops_init()
|
D | hda.h | 778 extern struct snd_sof_dsp_ops sof_hda_common_ops;
|
D | mtl.c | 606 memcpy(&sof_mtl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_mtl_ops_init()
|