All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ASoC: bells: Up to 512fs
@ 2012-11-15 13:56 Dimitris Papastamos
  2012-11-16  0:39 ` Mark Brown
  0 siblings, 1 reply; 2+ messages 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.

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] 2+ messages in thread

* Re: [PATCH v2] ASoC: bells: Up to 512fs
  2012-11-15 13:56 [PATCH v2] ASoC: bells: Up to 512fs Dimitris Papastamos
@ 2012-11-16  0:39 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-11-16  0:39 UTC (permalink / raw)
  To: Dimitris Papastamos; +Cc: alsa-devel, patches


[-- Attachment #1.1: Type: text/plain, Size: 223 bytes --]

On Thu, Nov 15, 2012 at 01:56:35PM +0000, Dimitris Papastamos wrote:
> Optimize performance by providing a 512fs based clkin.
> 
> Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-16  0:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15 13:56 [PATCH v2] ASoC: bells: Up to 512fs Dimitris Papastamos
2012-11-16  0:39 ` Mark Brown

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.