Searched refs:snd_sof_dsp_ops (Results 1 – 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
D | sof.h | 18 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/ |
D | sof-of-dev.c | 15 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()
|
D | nocodec.c | 21 const struct snd_sof_dsp_ops *ops, in sof_nocodec_bes_setup() 69 const struct snd_sof_dsp_ops *ops) in sof_nocodec_setup()
|
D | sof-acpi-dev.c | 125 const struct snd_sof_dsp_ops *ops; in sof_acpi_probe()
|
D | sof-priv.h | 95 struct snd_sof_dsp_ops { struct 277 const struct snd_sof_dsp_ops *ops; argument
|
D | sof-pci-dev.c | 333 const struct snd_sof_dsp_ops *ops; in sof_pci_probe()
|
D | ops.h | 473 static inline const struct snd_sof_dsp_ops
|
D | debug.c | 631 const struct snd_sof_dsp_ops *ops = sof_ops(sdev); in snd_sof_dbg_init()
|
D | pcm.c | 462 const struct snd_sof_dsp_ops *ops = sof_ops(sdev); in sof_pcm_open()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
D | shim.h | 169 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;
|
D | hda.h | 733 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;
|
D | apl.c | 29 const struct snd_sof_dsp_ops sof_apl_ops = {
|
D | tgl.c | 24 const struct snd_sof_dsp_ops sof_tgl_ops = {
|
D | byt.c | 585 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 = {
|
D | cnl.c | 234 const struct snd_sof_dsp_ops sof_cnl_ops = {
|
D | bdw.c | 593 const struct snd_sof_dsp_ops sof_bdw_ops = {
|
/kernel/linux/linux-5.10/sound/soc/sof/imx/ |
D | imx8.c | 410 struct snd_sof_dsp_ops sof_imx8_ops = { 459 struct snd_sof_dsp_ops sof_imx8x_ops = {
|
D | imx8m.c | 264 struct snd_sof_dsp_ops sof_imx8m_ops = {
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 20395 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 …]
|