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 enum snd_compr_direction direction;82 bool metadata_set;83 bool next_track;84 void *private_data;