Add a hw constraint msbits rule
int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime * runtime, unsigned int cond, unsigned int width, unsigned int msbits);
runtime
PCM runtime instance
cond
condition bits
width
sample bits width
msbits
msbits width
Zero if successful, or a negative error code on failure.