'\" t .\" Title: struct snd_compr_params .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: Compress Offload .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "STRUCT SND_COMPR_PAR" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "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_params \- compressed stream params .SH "SYNOPSIS" .sp .nf struct snd_compr_params { struct snd_compressed_buffer buffer; struct snd_codec codec; __u8 no_wake_mode; }; .fi .SH "MEMBERS" .PP buffer .RS 4 buffer description .RE .PP codec .RS 4 codec parameters .RE .PP no_wake_mode .RS 4 dont wake on fragment elapsed .RE .SH "COPYRIGHT" .br