Skip to content

Commit

Permalink
ASoC: bells: Up to 512fs
Browse files Browse the repository at this point in the history
Optimize performance by providing a 512fs based CLKIN.

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Dimitris Papastamos authored and Mark Brown committed Nov 16, 2012
1 parent 8d47e8a commit 208229e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/samsung/bells.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 208229e

Please sign in to comment.