Home
last modified time | relevance | path

Searched defs:snd_compr_stream (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/sound/
Dcompress_driver.h74 struct snd_compr_stream { struct
75 const char *name;
76 struct snd_compr_ops *ops;
77 struct snd_compr_runtime *runtime;
78 struct snd_compr *device;
79 struct delayed_work error_work;
80 enum snd_compr_direction direction;
81 bool metadata_set;
82 bool next_track;
83 bool partial_drain;
[all …]
/kernel/linux/linux-5.10/include/sound/
Dcompress_driver.h73 struct snd_compr_stream { struct
74 const char *name;
75 struct snd_compr_ops *ops;
76 struct snd_compr_runtime *runtime;
77 struct snd_compr *device;
78 struct delayed_work error_work;
79 enum snd_compr_direction direction;
80 bool metadata_set;
81 bool next_track;
82 bool partial_drain;
[all …]