other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
| STRUCT SND_COMPR_STR(9) | Compress Offload | STRUCT SND_COMPR_STR(9) |
NAME¶
struct_snd_compr_stream -SYNOPSIS¶
struct snd_compr_stream {
const char * name;
struct snd_compr_ops * ops;
struct snd_compr_runtime * runtime;
struct snd_compr * device;
struct delayed_work error_work;
enum snd_compr_direction direction;
bool metadata_set;
bool next_track;
void * private_data;
};
MEMBERS¶
namedevice name
ops
pointer to DSP callbacks
runtime
pointer to runtime structure
device
device pointer
error_work
delayed work used when closing the stream due to an
error
direction
stream direction, playback/recording
metadata_set
metadata set flag, true when set
next_track
has userspace signal next track transition, true when
set
private_data
pointer to DSP private data
COPYRIGHT¶
| May 2018 | Kernel Hackers Manual 4.9. |