Searched defs:snd_compr_stream (Results 1 – 1 of 1) sorted by relevance
64 struct snd_compr_stream { struct65 const char *name;66 struct snd_compr_ops *ops;67 struct snd_compr_runtime *runtime;68 struct snd_compr *device;69 struct delayed_work error_work;70 enum snd_compr_direction direction;71 bool metadata_set;72 bool next_track;73 void *private_data;