Searched defs:snd_soc_ops (Results 1 – 2 of 2) sorted by relevance
120980 struct snd_soc_ops { struct120981 int (*startup)(struct snd_pcm_substream *);120982 void (*shutdown)(struct snd_pcm_substream *);120983 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);120984 int (*hw_free)(struct snd_pcm_substream *);120985 int (*prepare)(struct snd_pcm_substream *);120986 int (*trigger)(struct snd_pcm_substream *, int);
127499 struct snd_soc_ops { struct127500 int (*startup)(struct snd_pcm_substream *);127501 void (*shutdown)(struct snd_pcm_substream *);127502 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);127503 int (*hw_free)(struct snd_pcm_substream *);127504 int (*prepare)(struct snd_pcm_substream *);127505 int (*trigger)(struct snd_pcm_substream *, int);