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