Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353446
b: refs/heads/master
c: 33e7546
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jan 24, 2013
1 parent 36f7c8f commit fcdf4f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d61100bbd18e8b3fc9406be55354dabd5e7525ec
refs/heads/master: 33e7546e199f123808699c65274283606114e225
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/wm2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,9 @@ static bool wm2000_readable_reg(struct device *dev, unsigned int reg)
{
switch (reg) {
case WM2000_REG_SYS_START:
case WM2000_REG_ANC_GAIN_CTRL:
case WM2000_REG_MSE_TH1:
case WM2000_REG_MSE_TH2:
case WM2000_REG_SPEECH_CLARITY:
case WM2000_REG_SYS_WATCHDOG:
case WM2000_REG_ANA_VMID_PD_TIME:
Expand Down
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/wm2000.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#define _WM2000_H

#define WM2000_REG_SYS_START 0x8000
#define WM2000_REG_ANC_GAIN_CTRL 0x8fa2
#define WM2000_REG_MSE_TH2 0x8fdf
#define WM2000_REG_MSE_TH1 0x8fe0
#define WM2000_REG_SPEECH_CLARITY 0x8fef
#define WM2000_REG_SYS_WATCHDOG 0x8ff6
#define WM2000_REG_ANA_VMID_PD_TIME 0x8ff7
Expand Down

0 comments on commit fcdf4f4

Please sign in to comment.