diff options
author | Bard Liao <bardliao@realtek.com> | 2014-04-30 02:08:45 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-30 14:25:19 -0400 |
commit | 4eefa0d850a834cf641892e10583f8081d3f8c60 (patch) | |
tree | 34da3254a29f19c4b18bab0026a79600b39f8aa3 | |
parent | 33fcec2920bb07775a2adc4de77e928114e44b69 (diff) |
ASoC: rt5640: correct 5640's device ID
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>
-rw-r--r-- | sound/soc/codecs/rt5640.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5640.h b/sound/soc/codecs/rt5640.h index ded20595e9ae..895ca149db2e 100644 --- a/sound/soc/codecs/rt5640.h +++ b/sound/soc/codecs/rt5640.h | |||
@@ -195,7 +195,7 @@ | |||
195 | /* SW Reset & Device ID (0x00) */ | 195 | /* SW Reset & Device ID (0x00) */ |
196 | #define RT5640_ID_MASK (0x3 << 1) | 196 | #define RT5640_ID_MASK (0x3 << 1) |
197 | #define RT5640_ID_5639 (0x0 << 1) | 197 | #define RT5640_ID_5639 (0x0 << 1) |
198 | #define RT5640_ID_5640 (0x1 << 1) | 198 | #define RT5640_ID_5640 (0x2 << 1) |
199 | #define RT5640_ID_5642 (0x3 << 1) | 199 | #define RT5640_ID_5642 (0x3 << 1) |
200 | 200 | ||
201 | 201 | ||