ASoC: OMAP4: Add McPDM platform driver
authorMisael Lopez Cruz <x0052729@ti.com>
Mon, 22 Feb 2010 21:09:22 +0000 (15:09 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 23 Feb 2010 10:41:05 +0000 (10:41 +0000)
commitdb72c2f89790f919d65d0adbee390958005c40fc
tree89d16b9604fe188a54f4ba07d67cf52b9428001e
parentb3b0b4580bcb771d1d53b3d5acf689cba9907392
ASoC: OMAP4: Add McPDM platform driver

McPDM platform driver is configured to use sDMA in order to transfer
to/from memory. Support for interfacing with ABE will be added later.

McPDM dai currently supports up to 4 downlink channels and 2 uplink
channels simultaneously, as well as 88.2 and 96 KHz, and a sample
size of 32 bits.

Signed-off-by: Misael Lopez Cruz <x0052729@ti.com>
Signed-off-by: Margarita Olaya <x0080101@ti.com>
Signed-off-by: Jorge Eduardo Candelaria <jorge.candelaria@ti.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/omap/Kconfig
sound/soc/omap/Makefile
sound/soc/omap/omap-mcpdm.c [new file with mode: 0644]
sound/soc/omap/omap-mcpdm.h [new file with mode: 0644]