Home
last modified time | relevance | path

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

/linux-3.3/include/sound/
Dcompress_driver.h105 struct snd_compr_ops { struct
106 int (*open)(struct snd_compr_stream *stream);
107 int (*free)(struct snd_compr_stream *stream);
108 int (*set_params)(struct snd_compr_stream *stream,
110 int (*get_params)(struct snd_compr_stream *stream,
112 int (*trigger)(struct snd_compr_stream *stream, int cmd);
113 int (*pointer)(struct snd_compr_stream *stream,
115 int (*copy)(struct snd_compr_stream *stream, const char __user *buf,
140 struct snd_compr_ops *ops; argument