Converts sample rate to sndrv_pcm_rate_xxx bit
unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate);
rate
the sample rate to convert
The SNDRV_PCM_RATE_xxx flag that corresponds to the given rate, or SNDRV_PCM_RATE_KNOT for an unknown rate.