Searched defs:snd_compr_ops (Results 1 – 1 of 1) sorted by relevance
105 struct snd_compr_ops { struct106 int (*open)(struct snd_compr_stream *stream);107 int (*free)(struct snd_compr_stream *stream);108 int (*set_params)(struct snd_compr_stream *stream,110 int (*get_params)(struct snd_compr_stream *stream,112 int (*trigger)(struct snd_compr_stream *stream, int cmd);113 int (*pointer)(struct snd_compr_stream *stream,115 int (*copy)(struct snd_compr_stream *stream, const char __user *buf,140 struct snd_compr_ops *ops; argument