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