aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-08-30 02:10:21 -0400
committerDavid S. Miller <davem@davemloft.net>2008-08-30 02:10:21 -0400
commitaae7fb87ec4d2df6cb551670b1765cf4e5795a3b (patch)
treeb1e48948473cf321059c3916e51f11290199aebf /sound/sparc
parent39890072b320e7731b105b459cee1320957adbc7 (diff)
sparc: Move EBUS DMA interfaces into seperate header file.
These have no dependencies on the EBUS probing layer, the clients setup the registers and all of those details. The EBUS DMA layer just programs and manages the DMA controller found in EBUS. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/sparc')
-rw-r--r--sound/sparc/cs4231.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c
index 271b0420f8be..e6dba4f7169c 100644
--- a/sound/sparc/cs4231.c
+++ b/sound/sparc/cs4231.c
@@ -36,6 +36,7 @@
36#define EBUS_SUPPORT 36#define EBUS_SUPPORT
37#include <linux/pci.h> 37#include <linux/pci.h>
38#include <asm/ebus.h> 38#include <asm/ebus.h>
39#include <asm/ebus_dma.h>
39#endif 40#endif
40 41
41static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 42static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */