Searched defs:snd_compr_ops (Results 1 – 1 of 1) sorted by relevance
151 struct snd_compr_ops { struct152 int (*open)(struct snd_compr_stream *stream);153 int (*free)(struct snd_compr_stream *stream);154 int (*set_params)(struct snd_compr_stream *stream,156 int (*get_params)(struct snd_compr_stream *stream,158 int (*set_metadata)(struct snd_compr_stream *stream,160 int (*get_metadata)(struct snd_compr_stream *stream,162 int (*trigger)(struct snd_compr_stream *stream, int cmd);163 int (*pointer)(struct snd_compr_stream *stream,165 int (*copy)(struct snd_compr_stream *stream, char __user *buf,[all …]