1. NAME

snd_pcm_limit_hw_rates - determine rate_min/rate_max fields

2. SYNOPSIS

int snd_pcm_limit_hw_rates(struct snd_pcm_runtime *  runtime );

3. ARGUMENTS

runtime
    the runtime instance

4. DESCRIPTION

Determines the rate_min and rate_max fields from the rates bits of the given runtime->hw.

5. RETURN

Zero if successful.

6. COPYRIGHT