Searched refs:snd_sof_dsp_ops (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.6.21/sound/soc/sof/ |
D | ipc3-priv.h | 39 struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_init() 49 struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_release() 59 struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_trigger()
|
D | debug.c | 333 struct snd_sof_dsp_ops *ops = sof_ops(sdev); in snd_sof_dbg_init()
|
/linux-6.6.21/sound/soc/sof/intel/ |
D | hda.h | 852 extern struct snd_sof_dsp_ops sof_hda_common_ops; 854 extern struct snd_sof_dsp_ops sof_skl_ops; 856 extern struct snd_sof_dsp_ops sof_apl_ops; 858 extern struct snd_sof_dsp_ops sof_cnl_ops; 860 extern struct snd_sof_dsp_ops sof_tgl_ops; 862 extern struct snd_sof_dsp_ops sof_icl_ops; 864 extern struct snd_sof_dsp_ops sof_mtl_ops; 866 extern struct snd_sof_dsp_ops sof_lnl_ops; 917 void hda_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops);
|
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()
|
D | apl.c | 31 struct snd_sof_dsp_ops sof_apl_ops; 37 memcpy(&sof_apl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_apl_ops_init()
|
D | lnl.c | 22 struct snd_sof_dsp_ops sof_lnl_ops; 85 memcpy(&sof_lnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_lnl_ops_init()
|
D | icl.c | 99 struct snd_sof_dsp_ops sof_icl_ops; 105 memcpy(&sof_icl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_icl_ops_init()
|
D | hda-dai.c | 557 static void ssp_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) in ssp_set_dai_drv_ops() 572 static void dmic_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) in dmic_set_dai_drv_ops() 589 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() 590 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() 594 void hda_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) in hda_set_dai_drv_ops()
|
D | tgl.c | 58 struct snd_sof_dsp_ops sof_tgl_ops; 64 memcpy(&sof_tgl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_tgl_ops_init()
|
D | hda-common-ops.c | 17 struct snd_sof_dsp_ops sof_hda_common_ops = {
|
D | byt.c | 219 static struct snd_sof_dsp_ops sof_byt_ops = { 294 static struct snd_sof_dsp_ops sof_cht_ops = {
|
D | cnl.c | 377 struct snd_sof_dsp_ops sof_cnl_ops; 383 memcpy(&sof_cnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_cnl_ops_init()
|
D | shim.h | 199 extern struct snd_sof_dsp_ops sof_tng_ops;
|
D | pci-tng.c | 135 struct snd_sof_dsp_ops sof_tng_ops = {
|
D | mtl.c | 658 struct snd_sof_dsp_ops sof_mtl_ops; 666 memcpy(&sof_mtl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_mtl_ops_init()
|
/linux-6.6.21/include/sound/ |
D | sof.h | 18 struct snd_sof_dsp_ops; 154 struct snd_sof_dsp_ops *ops;
|
/linux-6.6.21/sound/soc/sof/amd/ |
D | acp.h | 268 extern struct snd_sof_dsp_ops sof_acp_common_ops; 270 extern struct snd_sof_dsp_ops sof_renoir_ops; 272 extern struct snd_sof_dsp_ops sof_vangogh_ops; 274 extern struct snd_sof_dsp_ops sof_rembrandt_ops;
|
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()
|
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()
|
D | vangogh.c | 140 struct snd_sof_dsp_ops sof_vangogh_ops; 148 memcpy(&sof_vangogh_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_vangogh_ops_init()
|
D | acp-common.c | 141 struct snd_sof_dsp_ops sof_acp_common_ops = {
|
/linux-6.6.21/sound/soc/sof/imx/ |
D | imx8.c | 490 static struct snd_sof_dsp_ops sof_imx8_ops = { 551 static struct snd_sof_dsp_ops sof_imx8x_ops = {
|
D | imx8m.c | 415 static struct snd_sof_dsp_ops sof_imx8m_ops = {
|
D | imx8ulp.c | 417 static struct snd_sof_dsp_ops sof_imx8ulp_ops = {
|
/linux-6.6.21/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.c | 535 static struct snd_sof_dsp_ops sof_mt8186_ops = { 661 static struct snd_sof_dsp_ops sof_mt8188_ops;
|
12