Searched defs:snd_compr_ops (Results 1 – 1 of 1) sorted by relevance
110 struct snd_compr_ops { struct111 int (*open)(struct snd_compr_stream *stream);112 int (*free)(struct snd_compr_stream *stream);113 int (*set_params)(struct snd_compr_stream *stream,115 int (*get_params)(struct snd_compr_stream *stream,117 int (*set_metadata)(struct snd_compr_stream *stream,119 int (*get_metadata)(struct snd_compr_stream *stream,121 int (*trigger)(struct snd_compr_stream *stream, int cmd);122 int (*pointer)(struct snd_compr_stream *stream,124 int (*copy)(struct snd_compr_stream *stream, char __user *buf,[all …]