ASoC: add DMA platform driver for MX1x and MX2x
authorjavier Martin <javier.martin@vista-silicon.com>
Tue, 4 Aug 2009 15:17:52 +0000 (17:17 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 5 Aug 2009 21:31:54 +0000 (22:31 +0100)
commitfd6a6394d7d6142afb3d4c87beb3c2c1d25c69bd
treed2678fcfa7a98b893e295148d618ebdd36992c4f
parent07a2039b8eb0af4ff464efd3dfd95de5c02648c6
ASoC: add DMA platform driver for MX1x and MX2x

This adds support for DMA platform valid for i.MX1 and i.MX2 platforms.

This is not valid for i.MX3 since it doesn't share the same DMA
interface than i.MX1 and i.MX2.

It has been tested on i.MX27 board.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/Makefile
sound/soc/imx/Kconfig [new file with mode: 0644]
sound/soc/imx/Makefile [new file with mode: 0644]
sound/soc/imx/mx1_mx2-pcm.c [new file with mode: 0644]
sound/soc/imx/mx1_mx2-pcm.h [new file with mode: 0644]