.\" 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_CTL_REMOVE_UNLOCKED_ID" "9" "09 October 2005" "" ""
.SH NAME
snd_ctl_remove_unlocked_id \- remove the unlocked control of the given id and release it
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_ctl_remove_unlocked_id (snd_ctl_file_t * \fIfile\fB, snd_ctl_elem_id_t * \fIid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfile\fB\fR
active control handle
.TP
\fB\fIid\fB\fR
the control id to remove
.SH "DESCRIPTION"
.PP
Finds the control instance with the given id, removes it from the
card list and releases it.
.PP
Returns 0 if successful, or a negative error code on failure.