Searched defs:snd_compr_stream (Results 1 – 1 of 1) sorted by relevance
76 struct snd_compr_stream { struct77 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;[all …]