]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ALSA] ASoC: Add drivers for the Texas Instruments OMAP processors
authorJarkko Nikula <jarkko.nikula@nokia.com>
Fri, 25 Apr 2008 11:55:19 +0000 (13:55 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Apr 2008 17:01:56 +0000 (19:01 +0200)
commit2e74796a45ee05bd901968ef1eb6cb884d1dca5e
treeeb674d0f0ab9b803756aa157f728e6aef6792dea
parent7f70f046af855e027f7b53ec7d214c2d0c790b6d
[ALSA] 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>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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]