Searched defs:snd_compr_ops (Results 1 – 1 of 1) sorted by relevance
99 struct snd_compr_ops { struct100 int (*open)(struct snd_compr_stream *stream);101 int (*free)(struct snd_compr_stream *stream);102 int (*set_params)(struct snd_compr_stream *stream,104 int (*get_params)(struct snd_compr_stream *stream,106 int (*set_metadata)(struct snd_compr_stream *stream,108 int (*get_metadata)(struct snd_compr_stream *stream,110 int (*trigger)(struct snd_compr_stream *stream, int cmd);111 int (*pointer)(struct snd_compr_stream *stream,113 int (*copy)(struct snd_compr_stream *stream, char __user *buf,[all …]