Searched defs:snd_compr_ops (Results 1 – 1 of 1) sorted by relevance
115 struct snd_compr_ops { struct116 int (*open)(struct snd_compr_stream *stream);117 int (*free)(struct snd_compr_stream *stream);118 int (*set_params)(struct snd_compr_stream *stream,120 int (*get_params)(struct snd_compr_stream *stream,122 int (*set_metadata)(struct snd_compr_stream *stream,124 int (*get_metadata)(struct snd_compr_stream *stream,126 int (*trigger)(struct snd_compr_stream *stream, int cmd);127 int (*pointer)(struct snd_compr_stream *stream,129 int (*copy)(struct snd_compr_stream *stream, char __user *buf,[all …]