Searched refs:snd_compr_stream (Results 1 – 3 of 3) sorted by relevance
/include/sound/ |
D | compress_driver.h | 64 struct snd_compr_stream { struct 100 int (*open)(struct snd_compr_stream *stream); 101 int (*free)(struct snd_compr_stream *stream); 102 int (*set_params)(struct snd_compr_stream *stream, 104 int (*get_params)(struct snd_compr_stream *stream, 106 int (*set_metadata)(struct snd_compr_stream *stream, 108 int (*get_metadata)(struct snd_compr_stream *stream, 110 int (*trigger)(struct snd_compr_stream *stream, int cmd); 111 int (*pointer)(struct snd_compr_stream *stream, 113 int (*copy)(struct snd_compr_stream *stream, char __user *buf, [all …]
|
D | soc-dai.h | 19 struct snd_compr_stream; 249 int (*startup)(struct snd_compr_stream *, 251 int (*shutdown)(struct snd_compr_stream *, 253 int (*set_params)(struct snd_compr_stream *, 255 int (*get_params)(struct snd_compr_stream *, 257 int (*set_metadata)(struct snd_compr_stream *, 259 int (*get_metadata)(struct snd_compr_stream *, 261 int (*trigger)(struct snd_compr_stream *, int, 263 int (*pointer)(struct snd_compr_stream *, 265 int (*ack)(struct snd_compr_stream *, size_t,
|
D | soc.h | 744 int (*startup)(struct snd_compr_stream *); 745 void (*shutdown)(struct snd_compr_stream *); 746 int (*set_params)(struct snd_compr_stream *); 747 int (*trigger)(struct snd_compr_stream *);
|