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,163 int (*pointer)(struct snd_compr_stream *stream,167 int (*mmap)(struct snd_compr_stream *stream,170 int (*get_caps) (struct snd_compr_stream *stream,[all …]