commit | 005967a1df80980acb47c72d758ec05059105492 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sat Apr 30 22:28:20 2011 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue May 03 18:48:24 2011 +0100 |
tree | d020956ddc5e117d9679b4fa05eead5b02efc4bd | |
parent | 69b91bc1551a2fc746a01fea9d3291e60be3780d [diff] |
ASoC: JZ4740: Fix i2s shutdown The i2s shutdown callback has the check whether it should be disabled reversed. Currently it is disabled if another stream is still active, but kept enabled if the last stream is closed. This patch fixes it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>