.\" 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 "AD1980_EXIT" "" "06 October 2005" "" ""
.SH NAME
ad1980_exit \- module exit path
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ad1980_exit ( \fIvoid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvoid\fB\fR
no arguments
.SH "DESCRIPTION"
.PP
.PP
Our module is being unloaded. At this point unregister_driver
will call back our remove handler for any existing codecs. You
may not unregister_driver from interrupt context or from a
probe/remove callback.