.\" 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_INFO_CREATE_ENTRY" "" "06 October 2005" "" ""
.SH NAME
snd_info_create_entry \- create an info entry
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
snd_info_entry_t * snd_info_create_entry (const char * \fIname\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIname\fB\fR
the proc file name
.SH "DESCRIPTION"
.PP
Creates an info entry with the given file name and initializes as
the default state.
.PP
Usually called from other functions such as
\fBsnd_info_create_card_entry\fR\&.
.PP
Returns the pointer of the new instance, or NULL on failure.