ASoC: Add mcasp support for DM646x
authorChaithrika U S <chaithrika@ti.com>
Fri, 5 Jun 2009 10:28:40 +0000 (06:28 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 7 Jun 2009 19:10:01 +0000 (20:10 +0100)
commitb67f4487295560599f6cca55fb7e8773ff27f00a
tree52ab3ed13c0911a6c0aa0275a35c98630ed8a4e6
parent5204d49676dae3ae1f9dff5b60bf567d24680872
ASoC: Add mcasp support for DM646x

Adds driver support for the two instances of McASP on TI's DM646x.

The multichannel audio serial port (McASP) functions as a general-purpose audio
serial port optimized for the needs of multichannel audio application.
(http://www.ti.com/litv/pdf/spruer1b).

There are two instances of McASP on DM646x. The McASP0 module includes up to 4
serializers that can be individually enabled to either transmit or receive
in different modes. The McASP1 module is limited with only 1 pinned-out
serializer that can be enabled to only transmit in DIT mode (neither receiving
in any mode nor transmitting in either Burst or TDM mode is supported).

McASP0 consists of transmit and receive sections that may operate
synchronized, or completely independently with separate master clocks, bit
clocks, and frame syncs, and using different transmit modes with different
bit-stream formats.

Signed-off-by: Steve Chen <schen@mvista.com>
Signed-off-by: Pavel Kiryukhin <pkiryukhin@ru.mvista.com>
Signed-off-by: Naresh Medisetty <naresh@ti.com>
Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/davinci/Kconfig
sound/soc/davinci/Makefile
sound/soc/davinci/davinci-mcasp.c [new file with mode: 0644]
sound/soc/davinci/davinci-mcasp.h [new file with mode: 0644]
sound/soc/davinci/davinci-pcm.h
This page took 0.025215 seconds and 5 git commands to generate.