alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] compress: fix the typo is get rates
@ 2013-07-20  6:49 Vinod Koul
  0 siblings, 0 replies; only message in thread
From: Vinod Koul @ 2013-07-20  6:49 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-20  7:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-20  6:49 [PATCH] compress: fix the typo is get rates Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).