Searched defs:snd_compr_stream (Results 1 – 1 of 1) sorted by relevance
74 struct snd_compr_stream { struct75 const char *name;76 struct snd_compr_ops *ops;77 struct snd_compr_runtime *runtime;78 struct snd_compr *device;79 struct delayed_work error_work;80 enum snd_compr_direction direction;81 bool metadata_set;82 bool next_track;83 bool partial_drain;[all …]