Searched refs:sof_hda_common_ops (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/sound/soc/sof/intel/ |
D | hda-common-ops.c | 17 const struct snd_sof_dsp_ops sof_hda_common_ops = { variable 108 EXPORT_SYMBOL_NS(sof_hda_common_ops, SND_SOC_SOF_INTEL_HDA_GENERIC);
|
D | skl.c | 60 memcpy(&sof_skl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_skl_ops_init()
|
D | apl.c | 36 memcpy(&sof_apl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_apl_ops_init()
|
D | icl.c | 104 memcpy(&sof_icl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_icl_ops_init()
|
D | lnl.c | 119 memcpy(&sof_lnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_lnl_ops_init()
|
D | tgl.c | 70 memcpy(&sof_tgl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_tgl_ops_init()
|
D | cnl.c | 389 memcpy(&sof_cnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_cnl_ops_init()
|
D | mtl.c | 722 memcpy(&sof_mtl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_mtl_ops_init()
|
D | hda.h | 894 extern const struct snd_sof_dsp_ops sof_hda_common_ops;
|