]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: i.MX SSI: Fix DSP_A format.
authorJavier Martin <javier.martin@vista-silicon.com>
Thu, 23 Feb 2012 14:43:18 +0000 (15:43 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 23 Feb 2012 18:58:17 +0000 (18:58 +0000)
commit40812761fbb2f60cc302bd97bc0c2b52abc03263
tree4bff1e8d5762a00269a2399175f26dd7338e01dd
parentc700553cfa2f3a4cb4b73620dfe536f5522cd2e3
ASoC: i.MX SSI: Fix DSP_A format.

According to i.MX27 Reference Manual (p 1593) TXBIT0 bit selects
whether the most significant or the less significant part of the
data word written to the FIFO is transmitted.

As DSP_A is the same as DSP_B with a data offset of 1 bit, it
doesn't make any sense to remove TXBIT0 bit here.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
sound/soc/imx/imx-ssi.c