.\" 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_UNREGISTER_DEVICE" "" "06 October 2005" "" ""
.SH NAME
snd_unregister_device \- unregister the device on the given card
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_unregister_device (int \fItype\fB, snd_card_t * \fIcard\fB, int \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItype\fB\fR
the device type, SNDRV_DEVICE_TYPE_XXX
.TP
\fB\fIcard\fB\fR
the card instance
.TP
\fB\fIdev\fB\fR
the device index
.SH "DESCRIPTION"
.PP
Unregisters the device file already registered via
\fBsnd_register_device\fR\&.
.PP
Returns zero if sucecessful, or a negative error code on failure