Provided by:
linux-doc-2.6.15_2.6.15-23.39_all 
NAME
snd_interval_list - refine the interval value from the list
SYNOPSIS
int snd_interval_list (snd_interval_t * i, unsigned int count,
unsigned int * list, unsigned int mask);
ARGUMENTS
i the interval value to refine
count the number of elements in the list
list the value list
mask the bit-mask to evaluate
DESCRIPTION
Refines the interval value from the list. When mask is non-zero, only
the elements corresponding to bit 1 are evaluated.
Returns non-zero if the value is changed, zero if not changed.