'\" t .\" Title: struct snd_compr_codec_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_COD" "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_codec_caps \- query capability of codec .SH "SYNOPSIS" .sp .nf struct snd_compr_codec_caps { __u32 codec; __u32 num_descriptors; struct snd_codec_desc descriptor[MAX_NUM_CODEC_DESCRIPTORS]; }; .fi .SH "MEMBERS" .PP codec .RS 4 codec for which capability is queried .RE .PP num_descriptors .RS 4 number of codec descriptors .RE .PP descriptor[MAX_NUM_CODEC_DESCRIPTORS] .RS 4 array of codec capability descriptor .RE .SH "COPYRIGHT" .br