From: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com
Subject: [PATCH] ASoC: bells: Up clock rate to 48kHz and 512fs
Date: Fri, 2 Nov 2012 10:44:36 +0000 [thread overview]
Message-ID: <1351853076-3936-1-git-send-email-dp@opensource.wolfsonmicro.com> (raw)
The current WM0010 firmware images expect a 48kHz * 512fs
clkin.
Change-Id: I46f3f030175ebcbe9be75d01482379021510f459
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
---
sound/soc/samsung/bells.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/samsung/bells.c b/sound/soc/samsung/bells.c
index 3d7ace7..c8ac240 100644
--- a/sound/soc/samsung/bells.c
+++ b/sound/soc/samsung/bells.c
@@ -27,8 +27,8 @@
*/
#define MCLK_RATE 24576000
-#define SYS_AUDIO_RATE 44100
-#define SYS_MCLK_RATE (SYS_AUDIO_RATE * 256)
+#define SYS_AUDIO_RATE 48000
+#define SYS_MCLK_RATE (SYS_AUDIO_RATE * 512)
#define DAI_AP_DSP 0
#define DAI_DSP_CODEC 1
--
1.8.0
next reply other threads:[~2012-11-02 10:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-02 10:44 Dimitris Papastamos [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-11-02 13:01 [PATCH] ASoC: bells: Up clock rate to 48kHz and 512fs Dimitris Papastamos
2012-11-02 14:05 ` Mark Brown
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=1351853076-3936-1-git-send-email-dp@opensource.wolfsonmicro.com \
--to=dp@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=patches@opensource.wolfsonmicro.com \
/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