Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dsof.h18 struct snd_sof_dsp_ops;
100 const struct snd_sof_dsp_ops *ops;
104 const struct snd_sof_dsp_ops *ops);
/kernel/linux/linux-5.10/sound/soc/sof/
Dsof-of-dev.c15 extern struct snd_sof_dsp_ops sof_imx8_ops;
16 extern struct snd_sof_dsp_ops sof_imx8x_ops;
17 extern struct snd_sof_dsp_ops sof_imx8m_ops;
73 const struct snd_sof_dsp_ops *ops; in sof_of_probe()
Dnocodec.c21 const struct snd_sof_dsp_ops *ops, in sof_nocodec_bes_setup()
69 const struct snd_sof_dsp_ops *ops) in sof_nocodec_setup()
Dsof-acpi-dev.c125 const struct snd_sof_dsp_ops *ops; in sof_acpi_probe()
Dsof-priv.h95 struct snd_sof_dsp_ops { struct
277 const struct snd_sof_dsp_ops *ops; argument
Dsof-pci-dev.c333 const struct snd_sof_dsp_ops *ops; in sof_pci_probe()
Dops.h473 static inline const struct snd_sof_dsp_ops
Ddebug.c631 const struct snd_sof_dsp_ops *ops = sof_ops(sdev); in snd_sof_dbg_init()
Dpcm.c462 const struct snd_sof_dsp_ops *ops = sof_ops(sdev); in sof_pcm_open()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
Dshim.h169 extern const struct snd_sof_dsp_ops sof_tng_ops;
170 extern const struct snd_sof_dsp_ops sof_byt_ops;
171 extern const struct snd_sof_dsp_ops sof_cht_ops;
172 extern const struct snd_sof_dsp_ops sof_bdw_ops;
Dhda.h733 extern const struct snd_sof_dsp_ops sof_apl_ops;
734 extern const struct snd_sof_dsp_ops sof_cnl_ops;
735 extern const struct snd_sof_dsp_ops sof_tgl_ops;
Dapl.c29 const struct snd_sof_dsp_ops sof_apl_ops = {
Dtgl.c24 const struct snd_sof_dsp_ops sof_tgl_ops = {
Dbyt.c585 const struct snd_sof_dsp_ops sof_tng_ops = {
825 const struct snd_sof_dsp_ops sof_byt_ops = {
904 const struct snd_sof_dsp_ops sof_cht_ops = {
Dcnl.c234 const struct snd_sof_dsp_ops sof_cnl_ops = {
Dbdw.c593 const struct snd_sof_dsp_ops sof_bdw_ops = {
/kernel/linux/linux-5.10/sound/soc/sof/imx/
Dimx8.c410 struct snd_sof_dsp_ops sof_imx8_ops = {
459 struct snd_sof_dsp_ops sof_imx8x_ops = {
Dimx8m.c264 struct snd_sof_dsp_ops sof_imx8m_ops = {
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch20395 struct snd_sof_dsp_ops sof_imx8_ops = {
20397 @@ -427,8 +593,8 @@ struct snd_sof_dsp_ops sof_imx8_ops = {
20408 @@ -439,6 +605,10 @@ struct snd_sof_dsp_ops sof_imx8_ops = {
20419 @@ -452,6 +622,21 @@ struct snd_sof_dsp_ops sof_imx8_ops = {
20441 @@ -476,8 +661,8 @@ struct snd_sof_dsp_ops sof_imx8x_ops = {
20452 @@ -488,6 +673,10 @@ struct snd_sof_dsp_ops sof_imx8x_ops = {
20463 @@ -495,6 +684,15 @@ struct snd_sof_dsp_ops sof_imx8x_ops = {
20734 extern struct snd_sof_dsp_ops sof_imx8_ops;
20735 extern struct snd_sof_dsp_ops sof_imx8x_ops;
20736 extern struct snd_sof_dsp_ops sof_imx8m_ops;
[all …]