]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ASoC: Add drivers for the Texas Instruments OMAP processors
authorJarkko Nikula <jarkko.nikula@nokia.com>
Fri, 4 Apr 2008 09:22:28 +0000 (12:22 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 23 Apr 2008 23:39:03 +0000 (16:39 -0700)
commit59502dbedded0cbcd19f146cc28b0ca91fa76a07
tree2dac7455731deef3b4541632b59bc61f8c9e9671
parentf6a6dca6f6a7d27f19d2630e6dbdda9d9be71ba6
ASoC: Add drivers for the Texas Instruments OMAP processors

Add common OMAP ASoC drivers and machine driver for Nokia N810. Currently
supported features are:

- Covers OMAPs from 1510 to 2420
- Common DMA driver
- DAI link driver using McBSP port in I2S mode
- Basic machine driver for Nokia N810

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/omap/Kconfig [new file with mode: 0644]
sound/soc/omap/Makefile [new file with mode: 0644]
sound/soc/omap/n810.c [new file with mode: 0644]
sound/soc/omap/omap-mcbsp.c [new file with mode: 0644]
sound/soc/omap/omap-mcbsp.h [new file with mode: 0644]
sound/soc/omap/omap-pcm.c [new file with mode: 0644]
sound/soc/omap/omap-pcm.h [new file with mode: 0644]