Searched defs:snd_sof_dsp_ops (Results 1 – 1 of 1) sorted by relevance
144 struct snd_sof_dsp_ops { struct147 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 …]