diff --git a/sound/soc/codecs/rt5640.h b/sound/soc/codecs/rt5640.h index ded20595e9ae9df5974a8d6f5d2317dc15dcd24b..895ca149db2ec28e30c8ff7f1ced6d48c4dad4ea 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)