projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33fcec2
)
ASoC: rt5640: correct 5640's device ID
author
Bard Liao
<bardliao@realtek.com>
Wed, 30 Apr 2014 06:08:45 +0000
(14:08 +0800)
committer
Mark Brown
<broonie@linaro.org>
Wed, 30 Apr 2014 18:25:19 +0000
(11:25 -0700)
This patch correct rt5640's device ID
Signed-off-by: Bard Liao <bardliao@realtek.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/rt5640.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt5640.h
b/sound/soc/codecs/rt5640.h
index ded20595e9ae9df5974a8d6f5d2317dc15dcd24b..895ca149db2ec28e30c8ff7f1ced6d48c4dad4ea 100644
(file)
--- 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 (0x
1
<< 1)
+#define RT5640_ID_5640 (0x
2
<< 1)
#define RT5640_ID_5642 (0x3 << 1)