.\" 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_INTERVAL_LIST" "" "06 October 2005" "" "" .SH NAME snd_interval_list \- refine the interval value from the list .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int snd_interval_list (snd_interval_t * \fIi\fB, unsigned int \fIcount\fB, unsigned int * \fIlist\fB, unsigned int \fImask\fB); \fR .SH "ARGUMENTS" .TP \fB\fIi\fB\fR the interval value to refine .TP \fB\fIcount\fB\fR the number of elements in the list .TP \fB\fIlist\fB\fR the value list .TP \fB\fImask\fB\fR the bit-mask to evaluate .SH "DESCRIPTION" .PP Refines the interval value from the list. When mask is non-zero, only the elements corresponding to bit 1 are evaluated. .PP Returns non-zero if the value is changed, zero if not changed.