.\" 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_VX_CREATE" "" "06 October 2005" "" ""
.SH NAME
snd_vx_create \- constructor for vx_core_t
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
vx_core_t * snd_vx_create (snd_card_t * \fIcard\fB, struct snd_vx_hardware * \fIhw\fB, struct snd_vx_ops * \fIops\fB, int \fIextra_size\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcard\fB\fR
-- undescribed --
.TP
\fB\fIhw\fB\fR
hardware specific record
.TP
\fB\fIops\fB\fR
-- undescribed --
.TP
\fB\fIextra_size\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
this function allocates the instance and prepare for the hardware
initialization.
.PP
return the instance pointer if successful, NULL in error.