Searched refs:snd_compr_stream (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/sound/ |
D | compress_driver.h | 63 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; 224 int (*startup)(struct snd_compr_stream *, 226 int (*shutdown)(struct snd_compr_stream *, 228 int (*set_params)(struct snd_compr_stream *, 230 int (*get_params)(struct snd_compr_stream *, 232 int (*set_metadata)(struct snd_compr_stream *, 234 int (*get_metadata)(struct snd_compr_stream *, 236 int (*trigger)(struct snd_compr_stream *, int, 238 int (*pointer)(struct snd_compr_stream *, 240 int (*ack)(struct snd_compr_stream *, size_t,
|
D | soc.h | 743 int (*startup)(struct snd_compr_stream *); 744 void (*shutdown)(struct snd_compr_stream *); 745 int (*set_params)(struct snd_compr_stream *); 746 int (*trigger)(struct snd_compr_stream *);
|