'\" t .\" Title: struct snd_compr_stream .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Compress Offload .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT SND_COMPR_STR" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Compress Offload" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_snd_compr_stream \- .SH "SYNOPSIS" .sp .nf 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; }; .fi .SH "MEMBERS" .PP name .RS 4 device name .RE .PP ops .RS 4 pointer to DSP callbacks .RE .PP runtime .RS 4 pointer to runtime structure .RE .PP device .RS 4 device pointer .RE .PP error_work .RS 4 delayed work used when closing the stream due to an error .RE .PP direction .RS 4 stream direction, playback/recording .RE .PP metadata_set .RS 4 metadata set flag, true when set .RE .PP next_track .RS 4 has userspace signal next track transition, true when set .RE .PP private_data .RS 4 pointer to DSP private data .RE .SH "COPYRIGHT" .br