Searched defs:snd_pcm_ops (Results 1 – 1 of 1) sorted by relevance
303 struct snd_pcm_ops { struct304 int (*open)(struct snd_pcm_substream *substream);305 int (*close)(struct snd_pcm_substream *substream);306 int (*ioctl)(struct snd_pcm_substream * substream,308 int (*hw_params)(struct snd_pcm_substream *substream,310 int (*hw_free)(struct snd_pcm_substream *substream);311 int (*prepare)(struct snd_pcm_substream *substream);312 int (*trigger)(struct snd_pcm_substream *substream, int cmd);313 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);314 int (*copy)(struct snd_pcm_substream *substream, int channel,
Completed in 6 milliseconds