Query: snd_interval_list
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_INTERVAL_LIST(9) PCM API SND_INTERVAL_LIST(9)NAMEsnd_interval_list - refine the interval value from the listSYNOPSISint snd_interval_list(struct snd_interval * i, unsigned int count, const unsigned int * list, unsigned int mask);ARGUMENTSi the interval value to refine count the number of elements in the list list the value list mask the bit-mask to evaluateDESCRIPTIONRefines the interval value from the list. When mask is non-zero, only the elements corresponding to bit 1 are evaluated.RETURNPositive if the value is changed, zero if it's not changed, or a negative error code.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_INTERVAL_LIST(9)