1SND_PCM_RATE_BIT_TO_(9) PCM API SND_PCM_RATE_BIT_TO_(9)
23
4
NAME
6snd_pcm_rate_bit_to_rate - converts SNDRV_PCM_RATE_xxx bit to sample
7rate
8
SYNOPSIS
10unsigned int snd_pcm_rate_bit_to_rate(unsigned int rate_bit);
11
ARGUMENTS
13rate_bit
14the rate bit to convert
15
RETURN
17The sample rate that corresponds to the given SNDRV_PCM_RATE_xxx flag
18or 0 for an unknown rate bit.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 SND_PCM_RATE_BIT_TO_(9)