Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/sof/
Dsof-priv.h99 struct snd_sof_dsp_ops { struct
102 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */
103 int (*remove)(struct snd_sof_dev *sof_dev); /* optional */
104 int (*shutdown)(struct snd_sof_dev *sof_dev); /* optional */
107 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */
108 int (*stall)(struct snd_sof_dev *sof_dev, unsigned int core_mask); /* optional */
109 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */
110 int (*core_power_up)(struct snd_sof_dev *sof_dev,
112 int (*core_power_down)(struct snd_sof_dev *sof_dev,
120 void (*write)(struct snd_sof_dev *sof_dev, void __iomem *addr,
[all …]