.\" 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_CARD_ENTRY" "" "06 October 2005" "" ""
.SH NAME
snd_info_create_card_entry \- create an info entry for the given card
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
snd_info_entry_t * snd_info_create_card_entry (snd_card_t * \fIcard\fB, const char * \fIname\fB, snd_info_entry_t * \fIparent\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcard\fB\fR
the card instance
.TP
\fB\fIname\fB\fR
the file name
.TP
\fB\fIparent\fB\fR
the parent directory
.SH "DESCRIPTION"
.PP
Creates a new info entry and assigns it to the given card.
.PP
Returns the pointer of the new instance, or NULL on failure.