Skip to content

Commit

Permalink
ASoC: rt5640: correct 5640's device ID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bard Liao authored and Mark Brown committed Apr 30, 2014
1 parent 33fcec2 commit 4eefa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/rt5640.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 4eefa0d

Please sign in to comment.