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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Mar 2012 19:31:36 +0000 (12:31 -0700)
commitb3b7b02653b8b9f8f2c6fabe97801600e4716d74
treee89b22e06e12445e9d47b0fcac904d3f16445140
parentaee50f92f5b1b34650f76b164537691be95bfa24
ASoC: i.MX SSI: Fix DSP_A format.

commit 5ed80a75b248bfaf840ea6b38f941edcf6ee7dc7 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/imx/imx-ssi.c