.\" 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 "REGISTER_SOUND_SPECIAL" "" "06 October 2005" "" ""
.SH NAME
register_sound_special \- register a special sound node
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int register_sound_special (struct file_operations * \fIfops\fB, int \fIunit\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfops\fB\fR
File operations for the driver
.TP
\fB\fIunit\fB\fR
Unit number to allocate
.SH "DESCRIPTION"
.PP
Allocate a special sound device by minor number from the sound
subsystem. The allocated number is returned on succes. On failure
a negative error code is returned.