other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SND_PCM_HW_CONSTRAIN(9) | Sound Devices | SND_PCM_HW_CONSTRAIN(9) |
NAME¶
snd_pcm_hw_constraint_msbits - add a hw constraint msbits ruleSYNOPSIS¶
int
snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime * runtime,
unsigned int cond,
unsigned int width,
unsigned int msbits);
ARGUMENTS¶
runtimePCM runtime instance
cond
condition bits
width
sample bits width
msbits
msbits width
RETURN¶
Zero if successful, or a negative error code on failure.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |