diff options
author | Leon Romanovsky <leon@leon.nu> | 2011-11-16 14:06:58 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-16 14:41:56 +0400 |
commit | bb39753c2ba69d4d9467a109b03861cf43a6dcf8 (patch) | |
tree | 0d3e259a1becaa2df5fd46cd1fa0740d893a0380 /sound/soc/codecs/alc5632.h | |
parent | c9be8427b1dbd5e9d0313762fb80b2633abb694b (diff) | |
download | linux-bb39753c2ba69d4d9467a109b03861cf43a6dcf8.tar.xz |
ASoC: Convert ALC5632 codec to use regmap API
Signed-off-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/alc5632.h')
-rw-r--r-- | sound/soc/codecs/alc5632.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/alc5632.h b/sound/soc/codecs/alc5632.h index ff4c0fd0d2ec..357651ec074e 100644 --- a/sound/soc/codecs/alc5632.h +++ b/sound/soc/codecs/alc5632.h @@ -246,4 +246,6 @@ #define ALC5632_VENDOR_ID1 0x7C #define ALC5632_VENDOR_ID2 0x7E +#define ALC5632_MAX_REGISTER 0x7E + #endif |