[alsa-devel] [PATCH] compress: fix the typo is get rates
20 Jul
2013
20 Jul
'13
8:49 a.m.
Reported-by: Ravi ralama@codeaurora.org Signed-off-by: Vinod Koul vinod.koul@intel.com --- utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/utils.c b/utils.c index fa37f23..a835bef 100644 --- a/utils.c +++ b/utils.c @@ -72,7 +72,7 @@ unsigned int compress_get_alsa_rate(unsigned int rate) return SNDRV_PCM_RATE_11025; case 16000: return SNDRV_PCM_RATE_16000; - case 220500: + case 22050: return SNDRV_PCM_RATE_22050; case 32000: return SNDRV_PCM_RATE_32000;
--
1.7.0.4
4174
Age (days ago)
4174
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vinod Koul