.\" 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_HDA_BUS_NEW" "9" "09 October 2005" "" ""
.SH NAME
snd_hda_bus_new \- create a HDA bus
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_hda_bus_new (snd_card_t * \fIcard\fB, const struct hda_bus_template * \fItemp\fB, struct hda_bus ** \fIbusp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcard\fB\fR
the card entry
.TP
\fB\fItemp\fB\fR
the template for hda_bus information
.TP
\fB\fIbusp\fB\fR
the pointer to store the created bus instance
.SH "DESCRIPTION"
.PP
Returns 0 if successful, or a negative error code.