commit | da9ff1f796e81976935407251815838bef9868d4 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jul 01 18:23:26 2009 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jul 01 18:31:32 2009 +0100 |
tree | 3949a2748abdda1d64dc66d6184b11e564289078 | |
parent | 1bdd7419910c1506151e7b9e2d60c6980e015f76 [diff] |
ASoC: Only disable pxa2xx-i2s clocks if we enabled them 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>