'\" t .\" Title: snd_card_file_remove .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Management of Cards and Devices .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SND_CARD_FILE_REMOVE" "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_file_remove \- remove the file from the file list .SH "SYNOPSIS" .HP \w'int\ snd_card_file_remove('u .BI "int snd_card_file_remove(struct\ snd_card\ *\ " "card" ", struct\ file\ *\ " "file" ");" .SH "ARGUMENTS" .PP \fIcard\fR .RS 4 soundcard structure .RE .PP \fIfile\fR .RS 4 file pointer .RE .SH "DESCRIPTION" .PP This function removes the file formerly added to the card via \fBsnd_card_file_add\fR function\&. If all files are removed and \fBsnd_card_free_when_closed\fR was called beforehand, it processes the pending release of resources\&. .SH "RETURN" .PP Zero or a negative error code\&. .SH "COPYRIGHT" .br