1SND_PCM_HW_CONSTRAIN(9) PCM API SND_PCM_HW_CONSTRAIN(9)
23
4
NAME
6snd_pcm_hw_constraint_step - add a hw constraint step rule
7
SYNOPSIS
9int snd_pcm_hw_constraint_step(struct snd_pcm_runtime * runtime,
10unsigned int cond,
11snd_pcm_hw_param_t var,
12unsigned long step);
13
ARGUMENTS
15runtime
16PCM runtime instance
1718
cond
19condition bits
2021
var
22hw_params variable to apply the step constraint
2324
step
25step size
26
COPYRIGHT
28Kernel Hackers Manual 2.6. June 2019 SND_PCM_HW_CONSTRAIN(9)