Home
last modified time | relevance | path

Searched defs:snd_compr_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/sound/
Dcompress_driver.h97 struct snd_compr_ops { struct
98 int (*open)(struct snd_compr_stream *stream);
99 int (*free)(struct snd_compr_stream *stream);
100 int (*set_params)(struct snd_compr_stream *stream,
102 int (*get_params)(struct snd_compr_stream *stream,
104 int (*set_metadata)(struct snd_compr_stream *stream,
106 int (*get_metadata)(struct snd_compr_stream *stream,
108 int (*trigger)(struct snd_compr_stream *stream, int cmd);
109 int (*pointer)(struct snd_compr_stream *stream,
111 int (*copy)(struct snd_compr_stream *stream, char __user *buf,
[all …]