Home
last modified time | relevance | path

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

12

/linux-6.1.9/sound/soc/sof/
Dipc3-priv.h37 struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_init()
47 struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_release()
57 struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_trigger()
Ddebug.c333 struct snd_sof_dsp_ops *ops = sof_ops(sdev); in snd_sof_dbg_init()
Dsof-priv.h144 struct snd_sof_dsp_ops { struct
Dpcm.c399 struct snd_sof_dsp_ops *ops = sof_ops(sdev); in sof_pcm_open()
/linux-6.1.9/sound/soc/sof/intel/
Dhda.h779 extern struct snd_sof_dsp_ops sof_hda_common_ops;
781 extern struct snd_sof_dsp_ops sof_skl_ops;
783 extern struct snd_sof_dsp_ops sof_apl_ops;
785 extern struct snd_sof_dsp_ops sof_cnl_ops;
787 extern struct snd_sof_dsp_ops sof_tgl_ops;
789 extern struct snd_sof_dsp_ops sof_icl_ops;
791 extern struct snd_sof_dsp_ops sof_mtl_ops;
845 void hda_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops);
Dskl.c53 struct snd_sof_dsp_ops sof_skl_ops;
61 memcpy(&sof_skl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_skl_ops_init()
Dapl.c31 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()
Dicl.c99 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()
Dtgl.c54 struct snd_sof_dsp_ops sof_tgl_ops;
60 memcpy(&sof_tgl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_tgl_ops_init()
Dhda-common-ops.c17 struct snd_sof_dsp_ops sof_hda_common_ops = {
Dbyt.c219 static struct snd_sof_dsp_ops sof_byt_ops = {
298 static struct snd_sof_dsp_ops sof_cht_ops = {
Dcnl.c357 struct snd_sof_dsp_ops sof_cnl_ops;
363 memcpy(&sof_cnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_cnl_ops_init()
Dshim.h194 extern struct snd_sof_dsp_ops sof_tng_ops;
Dpci-tng.c139 struct snd_sof_dsp_ops sof_tng_ops = {
Dmtl.c598 struct snd_sof_dsp_ops sof_mtl_ops;
606 memcpy(&sof_mtl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_mtl_ops_init()
Dbdw.c570 static struct snd_sof_dsp_ops sof_bdw_ops = {
/linux-6.1.9/include/sound/
Dsof.h18 struct snd_sof_dsp_ops;
141 struct snd_sof_dsp_ops *ops;
/linux-6.1.9/sound/soc/sof/amd/
Drenoir.c92 struct snd_sof_dsp_ops sof_renoir_ops;
98 memcpy(&sof_renoir_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_renoir_ops_init()
Drembrandt.c118 struct snd_sof_dsp_ops sof_rembrandt_ops;
124 memcpy(&sof_rembrandt_ops, &sof_acp_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_rembrandt_ops_init()
Dacp.h224 extern struct snd_sof_dsp_ops sof_acp_common_ops;
226 extern struct snd_sof_dsp_ops sof_renoir_ops;
228 extern struct snd_sof_dsp_ops sof_rembrandt_ops;
Dacp-common.c55 struct snd_sof_dsp_ops sof_acp_common_ops = {
/linux-6.1.9/sound/soc/sof/imx/
Dimx8.c490 static struct snd_sof_dsp_ops sof_imx8_ops = {
551 static struct snd_sof_dsp_ops sof_imx8x_ops = {
Dimx8m.c415 static struct snd_sof_dsp_ops sof_imx8m_ops = {
Dimx8ulp.c417 static struct snd_sof_dsp_ops sof_imx8ulp_ops = {
/linux-6.1.9/sound/soc/sof/mediatek/mt8186/
Dmt8186.c537 static struct snd_sof_dsp_ops sof_mt8186_ops = {

12