'\" t .\" Title: struct snd_compr_caps .\" 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_CAP" "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_caps \- caps descriptor .SH "SYNOPSIS" .sp .nf struct snd_compr_caps { __u32 num_codecs; __u32 direction; __u32 min_fragment_size; __u32 max_fragment_size; __u32 min_fragments; __u32 max_fragments; __u32 codecs[MAX_NUM_CODECS]; __u32 reserved[11]; }; .fi .SH "MEMBERS" .PP num_codecs .RS 4 number of codecs supported .RE .PP direction .RS 4 direction supported\&. Of type snd_compr_direction .RE .PP min_fragment_size .RS 4 minimum fragment supported by DSP .RE .PP max_fragment_size .RS 4 maximum fragment supported by DSP .RE .PP min_fragments .RS 4 min fragments supported by DSP .RE .PP max_fragments .RS 4 max fragments supported by DSP .RE .PP codecs[MAX_NUM_CODECS] .RS 4 pointer to array of codecs .RE .PP reserved[11] .RS 4 reserved field .RE .SH "COPYRIGHT" .br