Searched defs:sof_probes_host_ops (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/sof/ |
H A D | sof-client-probes.h | 16 struct sof_probes_host_ops { struct 17 int (*startup)(struct sof_client_dev *cdev, struct snd_compr_stream *cstream, 19 int (*shutdown)(struct sof_client_dev *cdev, struct snd_compr_stream *cstream, 21 int (*set_params)(struct sof_client_dev *cdev, struct snd_compr_stream *cstream, 24 int (*trigger)(struct sof_client_dev *cdev, struct snd_compr_stream *cstream, 26 int (*pointer)(struct sof_client_dev *cdev, struct snd_compr_stream *cstream,
|