Searched defs:snd_pcm_ops (Results 1 – 2 of 2) sorted by relevance
93726 struct snd_pcm_ops { struct93727 int (*open)(struct snd_pcm_substream *);93728 int (*close)(struct snd_pcm_substream *);93729 int (*ioctl)(struct snd_pcm_substream *, unsigned int, void *);93730 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);93731 int (*hw_free)(struct snd_pcm_substream *);93732 int (*prepare)(struct snd_pcm_substream *);93733 int (*trigger)(struct snd_pcm_substream *, int);93734 int (*sync_stop)(struct snd_pcm_substream *);93735 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);[all …]
103422 struct snd_pcm_ops { struct103423 int (*open)(struct snd_pcm_substream *);103424 int (*close)(struct snd_pcm_substream *);103425 int (*ioctl)(struct snd_pcm_substream *, unsigned int, void *);103426 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);103427 int (*hw_free)(struct snd_pcm_substream *);103428 int (*prepare)(struct snd_pcm_substream *);103429 int (*trigger)(struct snd_pcm_substream *, int);103430 int (*sync_stop)(struct snd_pcm_substream *);103431 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);[all …]