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