.\" 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_REFINE" "" "06 October 2005" "" "" .SH NAME snd_interval_refine \- refine the interval value of configurator .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int snd_interval_refine (snd_interval_t * \fIi\fB, const snd_interval_t * \fIv\fB); \fR .SH "ARGUMENTS" .TP \fB\fIi\fB\fR the interval value to refine .TP \fB\fIv\fB\fR the interval value to refer to .SH "DESCRIPTION" .PP Refines the interval value with the reference value. The interval is changed to the range satisfying both intervals. The interval status (min, max, integer, etc.) are evaluated. .PP Returns non-zero if the value is changed, zero if not changed.