Lines Matching defs:snd_compr_stream
109 struct snd_compr_stream { struct
110 const char *name;
111 struct snd_compr_ops *ops;
112 struct snd_compr_runtime *runtime;
113 struct snd_compr *device;
114 struct delayed_work error_work;
115 enum snd_compr_direction direction;
116 bool metadata_set;
117 bool next_track;
118 bool partial_drain;
119 bool pause_in_draining;
120 void *private_data;
121 struct snd_dma_buffer dma_buffer;