1SND_PCM_HW_CONSTRAIN(9) PCM API SND_PCM_HW_CONSTRAIN(9)
2
3
4
6 snd_pcm_hw_constraint_list - apply a list of constraints to a parameter
7
9 int snd_pcm_hw_constraint_list(struct snd_pcm_runtime * runtime,
10 unsigned int cond,
11 snd_pcm_hw_param_t var,
12 const struct snd_pcm_hw_constraint_list * l);
13
15 runtime
16 PCM runtime instance
17
18 cond
19 condition bits
20
21 var
22 hw_params variable to apply the list constraint
23
24 l
25 list
26
28 Apply the list of constraints to an interval parameter.
29
31 Zero if successful, or a negative error code on failure.
32
34Kernel Hackers Manual 3.10 June 2019 SND_PCM_HW_CONSTRAIN(9)