diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-17 17:09:34 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-17 17:24:54 +0000 |
commit | be1b87c70af69acfadb8a27a7a76dfb61de92643 (patch) | |
tree | a5ff1f252073881b12554b97a6205dd276e39269 /sound/soc/codecs/wm8990.h | |
parent | ba533e95b929c577d69237692ee588001347be8a (diff) |
ASoC: Enable WM8990 ADC clocking workaround
Enable a hardware workaround which avoids problems with the clocking of
the ADCs in certain configurations.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8990.h')
-rw-r--r-- | sound/soc/codecs/wm8990.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8990.h b/sound/soc/codecs/wm8990.h index 0e192f3b0788..7114ddc88b4b 100644 --- a/sound/soc/codecs/wm8990.h +++ b/sound/soc/codecs/wm8990.h @@ -80,8 +80,8 @@ #define WM8990_PLL3 0x3E #define WM8990_INTDRIVBITS 0x3F -#define WM8990_REGISTER_COUNT 60 -#define WM8990_MAX_REGISTER 0x3F +#define WM8990_EXT_ACCESS_ENA 0x75 +#define WM8990_EXT_CTL1 0x7a /* * Field Definitions. |