Searched refs:snd_sof_dsp_ops (Results 1 – 25 of 38) sorted by relevance
12
| /sound/soc/sof/ |
| A D | ipc3-priv.h | 39 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 D | acp.h | 331 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 D | renoir.c | 105 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 D | acp63.c | 130 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 D | acp70.c | 130 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 D | rembrandt.c | 130 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 D | vangogh.c | 151 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 D | skl.c | 52 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 D | apl.c | 31 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 D | hda.h | 912 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 D | icl.c | 99 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 D | ptl.h | 17 int sof_ptl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
|
| A D | lnl.h | 15 int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
|
| A D | tgl.c | 65 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 D | hda-dai.c | 698 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 D | pci-lnl.c | 24 static struct snd_sof_dsp_ops sof_lnl_ops;
|
| A D | hda-common-ops.c | 17 const struct snd_sof_dsp_ops sof_hda_common_ops = {
|
| A D | pci-ptl.c | 22 static struct snd_sof_dsp_ops sof_ptl_ops;
|
| A D | pci-mtl.c | 24 static struct snd_sof_dsp_ops sof_mtl_ops;
|
| A D | mtl.h | 134 int sof_mtl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
|
| A D | byt.c | 216 static const struct snd_sof_dsp_ops sof_byt_ops = { 291 static const struct snd_sof_dsp_ops sof_cht_ops = {
|
| A D | lnl.c | 103 int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops) in sof_lnl_set_ops()
|
| A D | ptl.c | 88 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 D | imx9.c | 25 static struct snd_sof_dsp_ops sof_imx9_ops;
|
| A D | imx-common.h | 167 extern const struct snd_sof_dsp_ops sof_imx_ops;
|
Completed in 22 milliseconds
12