Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45179
b: refs/heads/master
c: f566b2b
h: refs/heads/master
i:
  45177: 4f3f742
  45175: 27e4124
v: v3
  • Loading branch information
Philipp Zabel authored and Russell King committed Jan 2, 2007
1 parent c8a8550 commit 88ecfea
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: 8e140362f71ed801c69c5df63a68fc2cd07da3a9
refs/heads/master: f566b2b22d89c4785f25e6e4d60163b5ae6251f4
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-pxa/pxa-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@
#define SSCR0_RIM (1 << 22) /* Receive FIFO overrrun interrupt mask */
#define SSCR0_TUM (1 << 23) /* Transmit FIFO underrun interrupt mask */
#define SSCR0_FRDC (0x07000000) /* Frame rate divider control (mask) */
#define SSCR0_SlotsPerFrm(x) ((x) - 1) /* Time slots per frame [1..8] */
#define SSCR0_SlotsPerFrm(x) (((x) - 1) << 24) /* Time slots per frame [1..8] */
#define SSCR0_ADC (1 << 30) /* Audio clock select */
#define SSCR0_MOD (1 << 31) /* Mode (normal or network) */
#endif
Expand Down

0 comments on commit 88ecfea

Please sign in to comment.