Searched defs:snd_pcm_ops (Results 1 – 2 of 2) sorted by relevance
66 struct snd_pcm_ops { struct67 int (*open)(struct snd_pcm_substream *substream);68 int (*close)(struct snd_pcm_substream *substream);69 int (*ioctl)(struct snd_pcm_substream * substream,71 int (*hw_params)(struct snd_pcm_substream *substream,73 int (*hw_free)(struct snd_pcm_substream *substream);74 int (*prepare)(struct snd_pcm_substream *substream);75 int (*trigger)(struct snd_pcm_substream *substream, int cmd);76 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);77 int (*get_time_info)(struct snd_pcm_substream *substream,[all …]
53 struct snd_pcm_ops { struct54 int (*open)(struct snd_pcm_substream *substream);55 int (*close)(struct snd_pcm_substream *substream);56 int (*ioctl)(struct snd_pcm_substream * substream,58 int (*hw_params)(struct snd_pcm_substream *substream,60 int (*hw_free)(struct snd_pcm_substream *substream);61 int (*prepare)(struct snd_pcm_substream *substream);62 int (*trigger)(struct snd_pcm_substream *substream, int cmd);63 int (*sync_stop)(struct snd_pcm_substream *substream);64 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);[all …]