From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: Vinod Koul <vinod.koul@intel.com>
Subject: [PATCH] compress: fix the typo is get rates
Date: Sat, 20 Jul 2013 12:19:02 +0530 [thread overview]
Message-ID: <1374302942-2779-1-git-send-email-vinod.koul@intel.com> (raw)
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
reply other threads:[~2013-07-20 7:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1374302942-2779-1-git-send-email-vinod.koul@intel.com \
--to=vinod.koul@intel.com \
--cc=alsa-devel@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).