Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/sound/
Dsoc.h631 struct snd_soc_ops { struct
632 int (*startup)(struct snd_pcm_substream *);
633 void (*shutdown)(struct snd_pcm_substream *);
634 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
635 int (*hw_free)(struct snd_pcm_substream *);
636 int (*prepare)(struct snd_pcm_substream *);
637 int (*trigger)(struct snd_pcm_substream *, int);
/kernel/linux/linux-5.10/include/sound/
Dsoc.h713 struct snd_soc_ops { struct
714 int (*startup)(struct snd_pcm_substream *);
715 void (*shutdown)(struct snd_pcm_substream *);
716 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
717 int (*hw_free)(struct snd_pcm_substream *);
718 int (*prepare)(struct snd_pcm_substream *);
719 int (*trigger)(struct snd_pcm_substream *, int);