Lines Matching defs:snd_compr_stream
76 struct snd_compr_stream { struct
77 const char *name;
78 struct snd_compr_ops *ops;
79 struct snd_compr_runtime *runtime;
80 struct snd_compr *device;
81 struct delayed_work error_work;
82 enum snd_compr_direction direction;
83 bool metadata_set;
84 bool next_track;
85 bool partial_drain;
86 void *private_data;
87 struct snd_dma_buffer dma_buffer;