snd_pcm_hw_params_bits
int snd_pcm_hw_params_bits(const struct snd_pcm_hw_params *p);
EXPORT_SYMBOL(snd_pcm_hw_params_bits);
bits = snd_pcm_hw_params_bits(¶ms);
snd_pcm_hw_params_bits(params) == fmt->valid_bit_depth);