Searched defs:snd_compr_stream (Results 1 – 1 of 1) sorted by relevance
109 struct snd_compr_stream { struct110 const char *name;111 struct snd_compr_ops *ops;112 struct snd_compr_runtime *runtime;113 struct snd_compr *device;114 struct delayed_work error_work;115 enum snd_compr_direction direction;116 bool metadata_set;117 bool next_track;118 bool partial_drain;[all …]