Determine rate_min/rate_max fields
int snd_pcm_limit_hw_rates(struct snd_pcm_runtime * runtime);
runtime
the runtime instance
Determines the rate_min and rate_max fields from the rates bits of the given runtime->hw.
Zero if successful.