1SND_PCM_HW_CONSTRAIN(9) PCM API SND_PCM_HW_CONSTRAIN(9)
23
4
NAME
6snd_pcm_hw_constraint_pow2 - add a hw constraint power-of-2 rule
7
SYNOPSIS
9int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime * runtime,
10unsigned int cond,
11snd_pcm_hw_param_t var);
12
ARGUMENTS
14runtime
15PCM runtime instance
1617
cond
18condition bits
1920
var
21hw_params variable to apply the power-of-2 constraint
22
COPYRIGHT
24Kernel Hackers Manual 2.6. November 2011 SND_PCM_HW_CONSTRAIN(9)