Searched defs:snd_pcm_ops (Results 1 – 2 of 2) sorted by relevance
100801 struct snd_pcm_ops { struct100802 int (*open)(struct snd_pcm_substream *);100803 int (*close)(struct snd_pcm_substream *);100804 int (*ioctl)(struct snd_pcm_substream *, unsigned int, void *);100805 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);100806 int (*hw_free)(struct snd_pcm_substream *);100807 int (*prepare)(struct snd_pcm_substream *);100808 int (*trigger)(struct snd_pcm_substream *, int);100809 int (*sync_stop)(struct snd_pcm_substream *);100810 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);[all …]