'\" t .\" Title: snd_interval_ratnum .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: PCM API .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SND_INTERVAL_RATNUM" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "PCM API" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" snd_interval_ratnum \- refine the interval value .SH "SYNOPSIS" .HP \w'int\ snd_interval_ratnum('u .BI "int snd_interval_ratnum(struct\ snd_interval\ *\ " "i" ", unsigned\ int\ " "rats_count" ", const\ struct\ snd_ratnum\ *\ " "rats" ", unsigned\ int\ *\ " "nump" ", unsigned\ int\ *\ " "denp" ");" .SH "ARGUMENTS" .PP \fIi\fR .RS 4 interval to refine .RE .PP \fIrats_count\fR .RS 4 number of ratnum_t .RE .PP \fIrats\fR .RS 4 ratnum_t array .RE .PP \fInump\fR .RS 4 pointer to store the resultant numerator .RE .PP \fIdenp\fR .RS 4 pointer to store the resultant denominator .RE .SH "RETURN" .PP Positive if the value is changed, zero if it\*(Aqs not changed, or a negative error code\&. .SH "COPYRIGHT" .br