[alsa-devel] [PATCH 3/5] ASoC: wm8580: Fix Master Mode BCLK rates names

Seungwhan Youn sw.youn at samsung.com
Fri Aug 6 02:26:07 CEST 2010


This patch fix BCLK rates name from old manual. As a recently
wm8580 manual (Rel. March 2009, Rev 4.7), wm8580 supports 4
BCLK rates, 64, 32, 16 and System Clock per LRCLK. So, this
patch apply to match BCLK rates with manual.

Signed-off-by: Seungwhan Youn <sw.youn at samsung.com>
---
 sound/soc/codecs/wm8580.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c
index e342da5..d282eb3 100644
--- a/sound/soc/codecs/wm8580.c
+++ b/sound/soc/codecs/wm8580.c
@@ -128,8 +128,8 @@
 
 #define WM8580_AIF_BCLKSEL_MASK   0x18
 #define WM8580_AIF_BCLKSEL_64     0x00
-#define WM8580_AIF_BCLKSEL_128    0x08
-#define WM8580_AIF_BCLKSEL_256    0x10
+#define WM8580_AIF_BCLKSEL_32     0x08
+#define WM8580_AIF_BCLKSEL_16     0x10
 #define WM8580_AIF_BCLKSEL_SYSCLK 0x18
 
 #define WM8580_AIF_MS             0x20
-- 
1.6.2.5



More information about the Alsa-devel mailing list