Commit 4eefa0d8 authored by Bard Liao's avatar Bard Liao Committed by Mark Brown

ASoC: rt5640: correct 5640's device ID

This patch correct rt5640's device ID
Signed-off-by: default avatarBard Liao <bardliao@realtek.com>
Tested-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 33fcec29
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
/* SW Reset & Device ID (0x00) */ /* SW Reset & Device ID (0x00) */
#define RT5640_ID_MASK (0x3 << 1) #define RT5640_ID_MASK (0x3 << 1)
#define RT5640_ID_5639 (0x0 << 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) #define RT5640_ID_5642 (0x3 << 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment