Searched refs:snd_compr_stream (Results 1 – 3 of 3) sorted by relevance
/include/sound/ |
D | compress_driver.h | 77 struct snd_compr_stream { struct 113 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, 126 int (*copy)(struct snd_compr_stream *stream, char __user *buf, [all …]
|
D | soc-dai.h | 22 struct snd_compr_stream; 215 int (*startup)(struct snd_compr_stream *, 217 int (*shutdown)(struct snd_compr_stream *, 219 int (*set_params)(struct snd_compr_stream *, 221 int (*get_params)(struct snd_compr_stream *, 223 int (*set_metadata)(struct snd_compr_stream *, 225 int (*get_metadata)(struct snd_compr_stream *, 227 int (*trigger)(struct snd_compr_stream *, int, 229 int (*pointer)(struct snd_compr_stream *, 231 int (*ack)(struct snd_compr_stream *, size_t,
|
D | soc.h | 775 int (*startup)(struct snd_compr_stream *); 776 void (*shutdown)(struct snd_compr_stream *); 777 int (*set_params)(struct snd_compr_stream *); 778 int (*trigger)(struct snd_compr_stream *);
|