Searched defs:snd_soc_ops (Results 1 – 1 of 1) sorted by relevance
592 struct snd_soc_ops { struct593 int (*startup)(struct snd_pcm_substream *);594 void (*shutdown)(struct snd_pcm_substream *);595 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);596 int (*hw_free)(struct snd_pcm_substream *);597 int (*prepare)(struct snd_pcm_substream *);598 int (*trigger)(struct snd_pcm_substream *, int);
Completed in 9 milliseconds