1. NAME

snd_pcm_hw_constraint_list - apply a list of constraints to a parameter

2. SYNOPSIS

int snd_pcm_hw_constraint_list(struct snd_pcm_runtime *  runtime , unsigned int  cond , snd_pcm_hw_param_t  var , const struct snd_pcm_hw_constraint_list *  l );

3. ARGUMENTS

runtime
    PCM runtime instance

cond
    condition bits

var
    hw_params variable to apply the list constraint

l
    list

4. DESCRIPTION

Apply the list of constraints to an interval parameter.

5. RETURN

Zero if successful, or a negative error code on failure.

6. COPYRIGHT