ASoC: S3C24XX: Add audio core and tlv320aic23 for Simtec boards
authorBen Dooks <ben@simtec.co.uk>
Thu, 20 Aug 2009 21:50:40 +0000 (22:50 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 21 Aug 2009 09:52:42 +0000 (10:52 +0100)
commit14412acde5b57450b8afb3d4b03132419b6abebf
treec9b0e3c5897c842e74fd8f9fc6474ffec007f622
parenta0a499c5792b8656cd51e11d5e0db9fb21640f58
ASoC: S3C24XX: Add audio core and tlv320aic23 for Simtec boards

Add core support for the range of S3C24XX Simtec boards with TLV320AIC23
CODECs on them. Since there are also boards with similar IIS routing the
AMP and the configuration code is placed in a core file for re-use with
other CODEC bindings.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
arch/arm/plat-s3c/include/plat/audio-simtec.h [new file with mode: 0644]
sound/soc/s3c24xx/Kconfig
sound/soc/s3c24xx/Makefile
sound/soc/s3c24xx/s3c24xx_simtec.c [new file with mode: 0644]
sound/soc/s3c24xx/s3c24xx_simtec.h [new file with mode: 0644]
sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c [new file with mode: 0644]