Searched defs:snd_compr_stream (Results 1 – 1 of 1) sorted by relevance
77 struct snd_compr_stream { struct78 const char *name;79 struct snd_compr_ops *ops;80 struct snd_compr_runtime *runtime;81 struct snd_compr *device;82 struct delayed_work error_work;83 enum snd_compr_direction direction;84 bool metadata_set;85 bool next_track;86 void *private_data;