Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/
Dsof-priv.h144 struct snd_sof_dsp_ops { struct
147 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */
148 int (*remove)(struct snd_sof_dev *sof_dev); /* optional */
149 int (*shutdown)(struct snd_sof_dev *sof_dev); /* optional */
152 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */
153 int (*stall)(struct snd_sof_dev *sof_dev, unsigned int core_mask); /* optional */
154 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */
155 int (*core_get)(struct snd_sof_dev *sof_dev, int core); /* optional */
156 int (*core_put)(struct snd_sof_dev *sof_dev, int core); /* optional */
163 void (*write)(struct snd_sof_dev *sof_dev, void __iomem *addr,
[all …]