Scroll to navigation

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

name

device 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

January 2017 Kernel Hackers Manual 4.8.