snd_pcm_hw_constraint_msbits (9) Linux Manual Page
snd_pcm_hw_constraint_msbits – add a hw constraint msbits rule Synopsis int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime, unsigned int cond, unsigned int width, unsigned int msbits); Arguments runtime PCM runtime instance cond condition bits width sample bits width msbits msbits width Description This constraint will set the number of most significant bits (msbits) if a sample format with the…
