Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sof/
Dsof-priv.h78 struct snd_sof_dsp_ops { struct
81 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */
82 int (*remove)(struct snd_sof_dev *sof_dev); /* optional */
85 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */
86 int (*stall)(struct snd_sof_dev *sof_dev); /* optional */
87 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */
88 int (*core_power_up)(struct snd_sof_dev *sof_dev,
90 int (*core_power_down)(struct snd_sof_dev *sof_dev,
98 void (*write)(struct snd_sof_dev *sof_dev, void __iomem *addr,
100 u32 (*read)(struct snd_sof_dev *sof_dev,
[all …]