Searched refs:sof_hda_common_ops (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-common-ops.c | 17 struct snd_sof_dsp_ops sof_hda_common_ops = { variable
|
H A D | skl.c | 60 memcpy(&sof_skl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_skl_ops_init()
|
H A D | apl.c | 37 memcpy(&sof_apl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_apl_ops_init()
|
H A D | lnl.c | 86 memcpy(&sof_lnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_lnl_ops_init()
|
H A D | icl.c | 105 memcpy(&sof_icl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_icl_ops_init()
|
H A D | tgl.c | 64 memcpy(&sof_tgl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_tgl_ops_init()
|
H A D | cnl.c | 383 memcpy(&sof_cnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_cnl_ops_init()
|
H A D | mtl.c | 705 memcpy(&sof_mtl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_mtl_ops_init()
|
H A D | hda.h | 852 extern struct snd_sof_dsp_ops sof_hda_common_ops;
|