1. NAME

snd_interval_refine - refine the interval value of configurator

2. SYNOPSIS

int snd_interval_refine(struct snd_interval *  i , const struct snd_interval *  v );

3. ARGUMENTS

i
    the interval value to refine

v
    the interval value to refer to

4. DESCRIPTION

Refines the interval value with the reference value. The interval is changed to the range satisfying both intervals. The interval status (min, max, integer, etc.) are evaluated.

5. RETURN

Positive if the value is changed, zero if itAqs not changed, or a negative error code.

6. COPYRIGHT