Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132893
b: refs/heads/master
c: 67a9c57
h: refs/heads/master
i:
  132891: f9cd774
v: v3
  • Loading branch information
Mike Frysinger authored and Mark Brown committed Mar 6, 2009
1 parent e2d4a21 commit f597172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3465d93a128acce836249e3de40932d2ed25cac6
refs/heads/master: 67a9c573b5bf39bc6b40c322c58640687c1b79fe
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/ad73311.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#define REGD_IGS(x) (x & 0x7)
#define REGD_RMOD (1 << 3)
#define REGD_OGS(x) ((x & 0x7) << 4)
#define REGD_MUTE (x << 7)
#define REGD_MUTE (1 << 7)

/* Control register E */
#define CTRL_REG_E (4 << 8)
Expand Down

0 comments on commit f597172

Please sign in to comment.