[alsa-devel] [PATCH] ASoC: rt5640: correct 5640's device ID
bardliao at realtek.com
bardliao at realtek.com
Wed Apr 30 08:08:45 CEST 2014
From: Bard Liao <bardliao at realtek.com>
This patch correct rt5640's device ID
Signed-off-by: Bard Liao <bardliao at realtek.com>
---
We will send another patch to fix the issue about the "Failed to add route"
error.
---
sound/soc/codecs/rt5640.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/rt5640.h b/sound/soc/codecs/rt5640.h
index ded2059..895ca14 100644
--- a/sound/soc/codecs/rt5640.h
+++ b/sound/soc/codecs/rt5640.h
@@ -195,7 +195,7 @@
/* SW Reset & Device ID (0x00) */
#define RT5640_ID_MASK (0x3 << 1)
#define RT5640_ID_5639 (0x0 << 1)
-#define RT5640_ID_5640 (0x1 << 1)
+#define RT5640_ID_5640 (0x2 << 1)
#define RT5640_ID_5642 (0x3 << 1)
--
1.8.1.1.439.g50a6b54
More information about the Alsa-devel
mailing list