.\" 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_SUB_NODES" "9" "09 October 2005" "" ""
.SH NAME
snd_hda_get_sub_nodes \- get the range of sub nodes
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_hda_get_sub_nodes (struct hda_codec * \fIcodec\fB, hda_nid_t \fInid\fB, hda_nid_t * \fIstart_id\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcodec\fB\fR
the HDA codec
.TP
\fB\fInid\fB\fR
NID to parse
.TP
\fB\fIstart_id\fB\fR
the pointer to store the start NID
.SH "DESCRIPTION"
.PP
Parse the NID and store the start NID of its sub-nodes.
Returns the number of sub-nodes.