Searched defs:snd_compr_ops (Results 1 – 1 of 1) sorted by relevance
112 struct snd_compr_ops { struct113 int (*open)(struct snd_compr_stream *stream);114 int (*free)(struct snd_compr_stream *stream);115 int (*set_params)(struct snd_compr_stream *stream,117 int (*get_params)(struct snd_compr_stream *stream,119 int (*set_metadata)(struct snd_compr_stream *stream,121 int (*get_metadata)(struct snd_compr_stream *stream,123 int (*trigger)(struct snd_compr_stream *stream, int cmd);124 int (*pointer)(struct snd_compr_stream *stream,128 int (*mmap)(struct snd_compr_stream *stream,[all …]
Completed in 4 milliseconds