]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: fsl-ssi: Fix register values when disabling
authorMarkus Pargmann <mpa@pengutronix.de>
Mon, 28 Apr 2014 10:54:42 +0000 (12:54 +0200)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:16:51 +0000 (21:16 -0600)
commit6cb0130eee6ff50b576356f6dfd242db1e69bf70
tree032aeeaf6b2ba3565425f9d382955f6994b03034
parentb625c4b9cef29778e96b7f8836632540aff62950
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>
(cherry picked from commit 65c961cc59345fa347173e5a1f5866bc866fd626)
sound/soc/fsl/fsl_ssi.c