'\" t .\" Title: struct snd_compr .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Compress Offload .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT SND_COMPR" "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 \- .SH "SYNOPSIS" .sp .nf struct snd_compr { const char * name; struct device dev; struct snd_compr_ops * ops; void * private_data; struct snd_card * card; unsigned int direction; struct mutex lock; int device; #ifdef CONFIG_SND_VERBOSE_PROCFS #endif }; .fi .SH "MEMBERS" .PP name .RS 4 DSP device name .RE .PP dev .RS 4 associated device instance .RE .PP ops .RS 4 pointer to DSP callbacks .RE .PP private_data .RS 4 pointer to DSP pvt data .RE .PP card .RS 4 sound card pointer .RE .PP direction .RS 4 Playback or capture direction .RE .PP lock .RS 4 device lock .RE .PP device .RS 4 device id .RE .SH "COPYRIGHT" .br