Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148366
b: refs/heads/master
c: 6d74b86
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 5, 2009
1 parent ca98e04 commit 9e154b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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: bd05dbd3b22612455283610b4e006ee3e421b13d
refs/heads/master: 6d74b86d3c0f9cfa949566a862aaad840e393249
10 changes: 7 additions & 3 deletions trunk/sound/pci/ctxfi/cthw20k1.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*
*/

#include "cthw20k1.h"
#include "ct20k1reg.h"
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/pci.h>
Expand All @@ -26,8 +24,14 @@
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include "cthw20k1.h"
#include "ct20k1reg.h"

#define CT_XFI_DMA_MASK DMA_BIT_MASK(32) /* 32 bits */
#if BITS_PER_LONG == 32
#define CT_XFI_DMA_MASK DMA_BIT_MASK(32) /* 32 bit PTE */
#else
#define CT_XFI_DMA_MASK DMA_BIT_MASK(64) /* 64 bit PTE */
#endif

struct hw20k1 {
struct hw hw;
Expand Down

0 comments on commit 9e154b3

Please sign in to comment.