All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: bells: Up to 512fs
@ 2012-11-15 13:56 Dimitris Papastamos
  0 siblings, 0 replies; only message in thread
From: Dimitris Papastamos @ 2012-11-15 13:56 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, patches

Optimize performance by providing a 512fs based clkin.

Change-Id: Ied1f59ebaa4469aac41c97ae3000a4af9c653518
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
---
 sound/soc/samsung/bells.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/samsung/bells.c b/sound/soc/samsung/bells.c
index 3d7ace7..b5065ee 100644
--- a/sound/soc/samsung/bells.c
+++ b/sound/soc/samsung/bells.c
@@ -28,7 +28,7 @@
 #define MCLK_RATE 24576000
 
 #define SYS_AUDIO_RATE 44100
-#define SYS_MCLK_RATE  (SYS_AUDIO_RATE * 256)
+#define SYS_MCLK_RATE  (SYS_AUDIO_RATE * 512)
 
 #define DAI_AP_DSP    0
 #define DAI_DSP_CODEC 1
-- 
1.8.0

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

only message in thread, other threads:[~2012-11-15 14:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15 13:56 [PATCH] ASoC: bells: Up to 512fs Dimitris Papastamos

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.