mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
SND_PCM_RATE_PLL -> SND_PCM_RATE_CONTINUOUS
This commit is contained in:
parent
b316062856
commit
022addf761
1 changed files with 4 additions and 2 deletions
|
|
@ -102,8 +102,10 @@ void info_channel(snd_pcm_t *handle, int channel, char *id)
|
|||
printf(" Special");
|
||||
printf("\n");
|
||||
printf(" rates :");
|
||||
if (chninfo.rates & SND_PCM_RATE_PLL)
|
||||
printf(" PLL");
|
||||
if (chninfo.rates & SND_PCM_RATE_CONTINUOUS)
|
||||
printf(" Continuous");
|
||||
if (chninfo.rates & SND_PCM_RATE_KNOT)
|
||||
printf(" Knot");
|
||||
if (chninfo.rates & SND_PCM_RATE_8000)
|
||||
printf(" 8000");
|
||||
if (chninfo.rates & SND_PCM_RATE_11025)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue