Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
H A Dsof-priv.h165 struct snd_sof_dsp_ops { struct
168 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */
169 int (*remove)(struct snd_sof_dev *sof_dev); /* optional */
170 int (*shutdown)(struct snd_sof_dev *sof_dev); /* optional */
173 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */
174 int (*stall)(struct snd_sof_dev *sof_dev, unsigned int core_mask); /* optional */
175 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */
176 int (*core_get)(struct snd_sof_dev *sof_dev, int core); /* optional */
177 int (*core_put)(struct snd_sof_dev *sof_dev, int core); /* optional */
184 void (*write8)(struct snd_sof_dev *sof_dev, void __iomem *addr,
[all …]