'\" t .\" Title: snd_card_free .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Management of Cards and Devices .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SND_CARD_FREE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Management of Cards and Device" .\" ----------------------------------------------------------------- .\" * 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" snd_card_free \- frees given soundcard structure .SH "SYNOPSIS" .HP \w'int\ snd_card_free('u .BI "int snd_card_free(struct\ snd_card\ *\ " "card" ");" .SH "ARGUMENTS" .PP \fIcard\fR .RS 4 soundcard structure .RE .SH "DESCRIPTION" .PP This function releases the soundcard structure and the all assigned devices automatically\&. That is, you don\*(Aqt have to release the devices by yourself\&. .PP This function waits until the all resources are properly released\&. .SH "RETURN" .PP Zero\&. Frees all associated devices and frees the control interface associated to given soundcard\&. .SH "COPYRIGHT" .br