.\" 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_REMOVE" "" "06 October 2005" "" ""
.SH NAME
ad1980_remove \- codec remove callback
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __devexit ad1980_remove (struct ac97_codec * \fIcodec\fB, struct ac97_driver * \fIdriver\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcodec\fB\fR
The codec that is being removed
.TP
\fB\fIdriver\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
This callback occurs when an AC97 codec is being removed. A
codec remove call will not occur for a codec during that codec
probe callback.
.PP
Most drivers will need to lock their remove versus their
use of the codec after the probe function.