ASoC: Only disable pxa2xx-i2s clocks if we enabled them
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 1 Jul 2009 17:23:26 +0000 (18:23 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 1 Jul 2009 17:31:32 +0000 (18:31 +0100)
The clock API can't cope with unbalanced enables and disables and
we only enable in hw_params() but try to disable in shutdown.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found