[ALSA] cs5535audio: correctly set dma->substream
[linux-2.6/libata-dev.git] / arch / arm / mach-shark / dma.c
blob6774b8d5d13d696cbda2548198cd1834106c9dcd
1 /*
2 * linux/arch/arm/mach-shark/dma.c
4 * by Alexander Schulz
6 * derived from:
7 * arch/arm/kernel/dma-ebsa285.c
8 * Copyright (C) 1998 Phil Blundell
9 */
11 #include <linux/init.h>
13 #include <asm/dma.h>
14 #include <asm/mach/dma.h>
16 void __init arch_dma_init(dma_t *dma)
18 #ifdef CONFIG_ISA_DMA
19 isa_init_dma(dma);
20 #endif