1SND_INTERVAL_LIST(9)                PCM API               SND_INTERVAL_LIST(9)
2
3
4

NAME

6       snd_interval_list - refine the interval value from the list
7

SYNOPSIS

9       int snd_interval_list(struct snd_interval * i, unsigned int count,
10                             unsigned int * list, unsigned int mask);
11

ARGUMENTS

13       i
14           the interval value to refine
15
16       count
17           the number of elements in the list
18
19       list
20           the value list
21
22       mask
23           the bit-mask to evaluate
24

DESCRIPTION

26       Refines the interval value from the list. When mask is non-zero, only
27       the elements corresponding to bit 1 are evaluated.
28
29       Returns non-zero if the value is changed, zero if not changed.
30
32Kernel Hackers Manual 2.6.       November 2011            SND_INTERVAL_LIST(9)
Impressum