ASoC: add DAI platform ssi driver for MXC
authorjavier Martin <javier.martin@vista-silicon.com>
Wed, 5 Aug 2009 06:47:48 +0000 (08:47 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 5 Aug 2009 21:31:54 +0000 (22:31 +0100)
commit9d8bc2968cb0b50ffa76ed806591974e34fc296a
tree598964c6dccbfc7cdc5823f5f4e58ba2fe90ffbb
parentfd6a6394d7d6142afb3d4c87beb3c2c1d25c69bd
ASoC: add DAI platform ssi driver for MXC

This adds support for DAI platform for the SSI present in MXC platforms.

It currently does not support i.MX3, the only thing necessary to do
this is to export DMA data for i.MX3 interface which I haven't done
because I don't have a i.MX3 based board available.

It has been tested on i.MX27 board.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/imx/Kconfig
sound/soc/imx/Makefile
sound/soc/imx/mxc-ssi.c [new file with mode: 0644]
sound/soc/imx/mxc-ssi.h [new file with mode: 0644]