Home
last modified time | relevance | path

Searched refs:snd_sof_dsp_ops (Results 1 – 25 of 38) sorted by relevance

12

/sound/soc/sof/
A Dipc3-priv.h39 const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_init()
49 const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_release()
59 const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_trigger()
/sound/soc/sof/amd/
A Dacp.h331 extern const struct snd_sof_dsp_ops sof_acp_common_ops;
333 extern struct snd_sof_dsp_ops sof_renoir_ops;
335 extern struct snd_sof_dsp_ops sof_vangogh_ops;
337 extern struct snd_sof_dsp_ops sof_rembrandt_ops;
339 extern struct snd_sof_dsp_ops sof_acp63_ops;
342 extern struct snd_sof_dsp_ops sof_acp70_ops;
A Drenoir.c105 struct snd_sof_dsp_ops sof_renoir_ops;
111 memcpy(&sof_renoir_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_renoir_ops_init()
A Dacp63.c130 struct snd_sof_dsp_ops sof_acp63_ops;
136 memcpy(&sof_acp63_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_acp63_ops_init()
A Dacp70.c130 struct snd_sof_dsp_ops sof_acp70_ops;
136 memcpy(&sof_acp70_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_acp70_ops_init()
A Drembrandt.c130 struct snd_sof_dsp_ops sof_rembrandt_ops;
136 memcpy(&sof_rembrandt_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_rembrandt_ops_init()
A Dvangogh.c151 struct snd_sof_dsp_ops sof_vangogh_ops;
160 memcpy(&sof_vangogh_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_vangogh_ops_init()
/sound/soc/sof/intel/
A Dskl.c52 struct snd_sof_dsp_ops sof_skl_ops;
60 memcpy(&sof_skl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_skl_ops_init()
A Dapl.c31 struct snd_sof_dsp_ops sof_apl_ops;
36 memcpy(&sof_apl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_apl_ops_init()
A Dhda.h912 extern const struct snd_sof_dsp_ops sof_hda_common_ops;
914 extern struct snd_sof_dsp_ops sof_skl_ops;
916 extern struct snd_sof_dsp_ops sof_apl_ops;
918 extern struct snd_sof_dsp_ops sof_cnl_ops;
920 extern struct snd_sof_dsp_ops sof_tgl_ops;
922 extern struct snd_sof_dsp_ops sof_icl_ops;
976 void hda_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops);
A Dicl.c99 struct snd_sof_dsp_ops sof_icl_ops;
104 memcpy(&sof_icl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_icl_ops_init()
A Dptl.h17 int sof_ptl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
A Dlnl.h15 int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
A Dtgl.c65 struct snd_sof_dsp_ops sof_tgl_ops;
70 memcpy(&sof_tgl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_tgl_ops_init()
A Dhda-dai.c698 static void ssp_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) in ssp_set_dai_drv_ops()
713 static void dmic_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) in dmic_set_dai_drv_ops()
730 static inline void ssp_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) {} in ssp_set_dai_drv_ops()
731 static inline void dmic_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) {} in dmic_set_dai_drv_ops()
735 void hda_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) in hda_set_dai_drv_ops()
A Dpci-lnl.c24 static struct snd_sof_dsp_ops sof_lnl_ops;
A Dhda-common-ops.c17 const struct snd_sof_dsp_ops sof_hda_common_ops = {
A Dpci-ptl.c22 static struct snd_sof_dsp_ops sof_ptl_ops;
A Dpci-mtl.c24 static struct snd_sof_dsp_ops sof_mtl_ops;
A Dmtl.h134 int sof_mtl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
A Dbyt.c216 static const struct snd_sof_dsp_ops sof_byt_ops = {
291 static const struct snd_sof_dsp_ops sof_cht_ops = {
A Dlnl.c103 int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops) in sof_lnl_set_ops()
A Dptl.c88 int sof_ptl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops) in sof_ptl_set_ops()
/sound/soc/sof/imx/
A Dimx9.c25 static struct snd_sof_dsp_ops sof_imx9_ops;
A Dimx-common.h167 extern const struct snd_sof_dsp_ops sof_imx_ops;

Completed in 32 milliseconds

12