Searched defs:snd_sof_dsp_ops (Results 1 – 1 of 1) sorted by relevance
173 struct snd_sof_dsp_ops { struct176 int (*probe_early)(struct snd_sof_dev *sof_dev); /* optional */177 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */178 void (*remove)(struct snd_sof_dev *sof_dev); /* optional */179 void (*remove_late)(struct snd_sof_dev *sof_dev); /* optional */180 int (*shutdown)(struct snd_sof_dev *sof_dev); /* optional */183 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */184 int (*stall)(struct snd_sof_dev *sof_dev, unsigned int core_mask); /* optional */185 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */186 int (*core_get)(struct snd_sof_dev *sof_dev, int core); /* optional */[all …]