Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/sof/
Dsof-priv.h95 struct snd_sof_dsp_ops { struct
98 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */
99 int (*remove)(struct snd_sof_dev *sof_dev); /* optional */
102 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */
103 int (*stall)(struct snd_sof_dev *sof_dev); /* optional */
104 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */
105 int (*core_power_up)(struct snd_sof_dev *sof_dev,
107 int (*core_power_down)(struct snd_sof_dev *sof_dev,
115 void (*write)(struct snd_sof_dev *sof_dev, void __iomem *addr,
117 u32 (*read)(struct snd_sof_dev *sof_dev,
[all …]