aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/imx/mxc-ssi.c
Commit message (Collapse)AuthorAge
* ASoC: Remove old i.MX driver codeMark Brown2010-01-17
| | | | | | | This has been superceeded by Sascha's new driver but was not removed in the patch series due to cutdowns for review. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: Remove absent SYNC and TDM DAI format options from i.MX SSIMark Brown2009-10-06
| | | | | | | These should be handled via set_tdm_slot() now and cause build failures as-is. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: add DAI platform ssi driver for MXCjavier Martin2009-08-05
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>