Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/sound/
A Dsoc.h623 struct snd_soc_ops { struct
624 int (*startup)(struct snd_pcm_substream *);
625 void (*shutdown)(struct snd_pcm_substream *);
626 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
627 int (*hw_free)(struct snd_pcm_substream *);
628 int (*prepare)(struct snd_pcm_substream *);
629 int (*trigger)(struct snd_pcm_substream *, int);

Completed in 14 milliseconds