diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-11-26 15:08:54 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-27 10:15:24 +0100 |
commit | d6797322231af98b9bb4afb175dd614cf511e5f7 (patch) | |
tree | cbeb990703df277452611c2e3ea9f4c45ff9c5e6 /sound/arm/Makefile | |
parent | 6985c8877a711c7c307af05203858cb7c3c89d0d (diff) | |
download | linux-rt-d6797322231af98b9bb4afb175dd614cf511e5f7.tar.gz |
ALSA: Remove old DMA-mmap code from arm/devdma.c
The call of dma_mmap_coherent() is done in the PCM core now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/arm/Makefile')
-rw-r--r-- | sound/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/arm/Makefile b/sound/arm/Makefile index 5a549ed6c8aa..8c0c851d4641 100644 --- a/sound/arm/Makefile +++ b/sound/arm/Makefile @@ -3,7 +3,7 @@ # obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o -snd-aaci-objs := aaci.o devdma.o +snd-aaci-objs := aaci.o obj-$(CONFIG_SND_PXA2XX_PCM) += snd-pxa2xx-pcm.o snd-pxa2xx-pcm-objs := pxa2xx-pcm.o |