Query: snd_pcm_rate_to_rate_bit
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_PCM_RATE_TO_RATE(9) PCM API SND_PCM_RATE_TO_RATE(9)NAMEsnd_pcm_rate_to_rate_bit - converts sample rate to SNDRV_PCM_RATE_xxx bitSYNOPSISunsigned int snd_pcm_rate_to_rate_bit(unsigned int rate);ARGUMENTSrate the sample rate to convertDESCRIPTIONReturns the SNDRV_PCM_RATE_xxx flag that corresponds to the given rate, or SNDRV_PCM_RATE_KNOT for an unknown rate.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_PCM_RATE_TO_RATE(9)