]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: OMAP: Initialize XCCR and RCCR registers in McBSP DAI driver
authorMisael Lopez Cruz <x0052729@ti.com>
Thu, 29 Jan 2009 11:29:46 +0000 (13:29 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 29 Jan 2009 13:17:45 +0000 (13:17 +0000)
commit05b8a78526b86441503cad6d214bdd4b6d5187af
treecac12814c901dd740ec2016206cd2396568d2638
parentd069c85b2bbf8425c59cae4422e6cd5a6a5282bb
ASoC: OMAP: Initialize XCCR and RCCR registers in McBSP DAI driver

This patch explicitly initializes McBSP Transmit Configuration
Control Register (XCCR) and Receive Configuration Control
Register (RCCR) to their reset values. Reset values are 26 ns
of DX delay and Transmit DMA disabled for XCCR register;
receive full cycle mode enabled and Receive DMA disabled for
RCCR register.

This patch requires a counterpart in OMAP McBSP driver before
to apply it. The required changes in McBSP were sent and approved
in linux-omap mailing list and patch is going upstream
(commit aa41470e1db10e65bdb7afcb67163164e516491e from linux-omap-2.6
tree).

Signed-off-by: Misael Lopez Cruz <x0052729@ti.com>
[ jarkko.nikula@nokia.com: Commit id for counterpart patch corrected ]
Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/omap/omap-mcbsp.c