ASoC: fsl-ssi: Fix register values when disabling
authorMarkus Pargmann <mpa@pengutronix.de>
Mon, 28 Apr 2014 10:54:42 +0000 (12:54 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 20 May 2014 22:02:22 +0000 (23:02 +0100)
commit65c961cc59345fa347173e5a1f5866bc866fd626
tree5730034c7efc7cca2b7a378aff27d83cccb4a6f1
parent07a28dbe7ad8e72868239450ff796c90e621d46f
ASoC: fsl-ssi: Fix register values when disabling

The bits we have to clear when disabling are different when the other
stream is still active.

This patch fixes the calculation of new register values after disabling
one stream. It also adds a more detailed description of the new register
value calculation.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Tested-By: Michael Grzeschik <mgr@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_ssi.c