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 13:01:56 +0000 [thread overview]
Message-ID: <1351861316-19739-1-git-send-email-dp@opensource.wolfsonmicro.com> (raw)
The current WM0010 firmware images expect a 48kHz * 512fs
clkin.
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 13:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-02 13:01 Dimitris Papastamos [this message]
2012-11-02 14:05 ` [PATCH] ASoC: bells: Up clock rate to 48kHz and 512fs Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2012-11-02 10:44 Dimitris Papastamos
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=1351861316-19739-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.