1SND_PCM_HW_CONSTRAIN(9) PCM API SND_PCM_HW_CONSTRAIN(9)
23
4
NAME
6snd_pcm_hw_constraint_msbits - add a hw constraint msbits rule
7
SYNOPSIS
9int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime * runtime,
10unsigned int cond, unsigned int width,
11unsigned int msbits);
12
ARGUMENTS
14runtime
15PCM runtime instance
1617
cond
18condition bits
1920
width
21sample bits width
2223
msbits
24msbits width
25
COPYRIGHT
27Kernel Hackers Manual 2.6. November 2011 SND_PCM_HW_CONSTRAIN(9)