.\" 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_GET_CONNECTIONS" "9" "09 October 2005" "" ""
.SH NAME
snd_hda_get_connections \- get connection list
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_hda_get_connections (struct hda_codec * \fIcodec\fB, hda_nid_t \fInid\fB, hda_nid_t * \fIconn_list\fB, int \fImax_conns\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcodec\fB\fR
the HDA codec
.TP
\fB\fInid\fB\fR
NID to parse
.TP
\fB\fIconn_list\fB\fR
connection list array
.TP
\fB\fImax_conns\fB\fR
max. number of connections to store
.SH "DESCRIPTION"
.PP
Parses the connection list of the given widget and stores the list
of NIDs.
.PP
Returns the number of connections, or a negative error code.