'\" t .\" Title: snd_interval_list .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Sound Devices .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "SND_INTERVAL_LIST" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Sound Devices" .\" ----------------------------------------------------------------- .\" * 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_list \- refine the interval value from the list .SH "SYNOPSIS" .HP \w'int\ snd_interval_list('u .BI "int snd_interval_list(struct\ snd_interval\ *\ " "i" ", unsigned\ int\ " "count" ", const\ unsigned\ int\ *\ " "list" ", unsigned\ int\ " "mask" ");" .SH "ARGUMENTS" .PP \fIi\fR .RS 4 the interval value to refine .RE .PP \fIcount\fR .RS 4 the number of elements in the list .RE .PP \fIlist\fR .RS 4 the value list .RE .PP \fImask\fR .RS 4 the bit\-mask to evaluate .RE .SH "DESCRIPTION" .PP Refines the interval value from the list\&. When mask is non\-zero, only the elements corresponding to bit 1 are evaluated\&. .SH "RETURN" .PP Positive if the value is changed, zero if it\*(Aqs not changed, or a negative error code\&. .SH "COPYRIGHT" .br