'\" t .\" Title: snd_interval_list .\" 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_LIST" "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_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