1
0
Fork 0
alistair23-linux/sound/arm
Arnd Bergmann b45281412a ASoC: pxa: remove mach header dependency
As we are moving the mmp platform towards multiplatform support,
we have to stop including platform header files.

This changes the pxa-ssp sound driver file to no longer depend
on mach/hardware.h and mach/dma.h. The code using the definitions
from those headers is actually gone already, the only thing
that was still being used was the pxa_dma_desc typedef, which
we can easily work around by using the normal 'struct pxa_dma_desc'
name.

The pxa2xx-dma driver still uses this header, so we include it
explicitly there, which is ok because that is only used on pxa,
not on mmp.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Xia Kaixu <kaixu.xia@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-05-20 23:14:49 +01:00
..
Kconfig ALSA: drop outdated and broken sa11xx-uda1341 driver 2009-03-17 17:58:13 +01:00
Makefile ALSA: Remove old DMA-mmap code from arm/devdma.c 2009-11-27 10:15:24 +01:00
aaci.c ALSA: arm: Convert to snd_card_new() with a device pointer 2014-02-14 08:14:03 +01:00
aaci.h ALSA: AACI: make fifo variables more explanitory 2011-01-26 20:24:52 +00:00
pxa2xx-ac97-lib.c ALSA: pxa2xx: Replace BUG() with snd_BUG() 2013-11-06 08:35:28 +01:00
pxa2xx-ac97.c ALSA: arm: Convert to snd_card_new() with a device pointer 2014-02-14 08:14:03 +01:00
pxa2xx-pcm-lib.c ASoC: pxa: use snd_dmaengine_dai_dma_data 2013-08-15 11:29:07 +01:00
pxa2xx-pcm.c ASoC: pxa: remove mach header dependency 2014-05-20 23:14:49 +01:00
pxa2xx-pcm.h ASoC: pxa: remove mach header dependency 2014-05-20 23:14:49 +01:00