.\" 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_DISCONNECT" "" "06 October 2005" "" ""
.SH NAME
snd_card_disconnect \- disconnect all APIs from the file-operations (user space)
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_card_disconnect (snd_card_t * \fIcard\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcard\fB\fR
soundcard structure
.SH "DESCRIPTION"
.PP
Disconnects all APIs from the file-operations (user space).
.PP
Returns zero, otherwise a negative error code.
.SH "NOTE"
.PP
The current implementation replaces all active file->f_op with special
dummy file operations (they do nothing except release).