diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-29 13:03:39 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-29 13:08:03 +0000 |
commit | 939dc51bddc245df51c1e8ee44bf136621475149 (patch) | |
tree | d4bea62bc17369b6cf2946142945904febac853e /sound/soc/codecs/wm2000.h | |
parent | 8bb9660418e05bb1845ac1a2428444d78e322cc7 (diff) | |
download | talos-op-linux-939dc51bddc245df51c1e8ee44bf136621475149.tar.gz talos-op-linux-939dc51bddc245df51c1e8ee44bf136621475149.zip |
ASoC: wm2000: Expose some more registers for diagnostics
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm2000.h')
-rw-r--r-- | sound/soc/codecs/wm2000.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm2000.h b/sound/soc/codecs/wm2000.h index fb812cd9e77d..3870c0e1d246 100644 --- a/sound/soc/codecs/wm2000.h +++ b/sound/soc/codecs/wm2000.h @@ -30,6 +30,8 @@ #define WM2000_REG_SYS_CTL2 0xf004 #define WM2000_REG_ANC_STAT 0xf005 #define WM2000_REG_IF_CTL 0xf006 +#define WM2000_REG_ANA_MIC_CTL 0xf028 +#define WM2000_REG_SPK_CTL 0xf034 /* SPEECH_CLARITY */ #define WM2000_SPEECH_CLARITY 0x01 |