.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SND_CARD_FREE" "" "06 October 2005" "" ""
.SH NAME
snd_card_free \- frees given soundcard structure
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_card_free (snd_card_t * \fIcard\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcard\fB\fR
soundcard structure
.SH "DESCRIPTION"
.PP
This function releases the soundcard structure and the all assigned
devices automatically. That is, you don't have to release the devices
by yourself.
.PP
Returns zero. Frees all associated devices and frees the control
interface associated to given soundcard.