diff options
author | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-03-26 20:05:54 +0000 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-04-28 13:27:18 +0100 |
commit | cf134d5bfb19cdee922b95738ce3cfe86c0e8f7a (patch) | |
tree | 2cc868a37a693b32092b1f09170a3bffb51c86c3 /sound/soc/codecs | |
parent | 1849235876b046e26a07e33972906bd23fbb8705 (diff) | |
download | op-kernel-dev-cf134d5bfb19cdee922b95738ce3cfe86c0e8f7a.zip op-kernel-dev-cf134d5bfb19cdee922b95738ce3cfe86c0e8f7a.tar.gz |
ASoC: tlv320dac33 - disable regulators at i2c remove()
Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/tlv320dac33.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320dac33.c b/sound/soc/codecs/tlv320dac33.c index 3eddaec..54b2a05 100644 --- a/sound/soc/codecs/tlv320dac33.c +++ b/sound/soc/codecs/tlv320dac33.c @@ -1584,6 +1584,7 @@ static int __devexit dac33_i2c_remove(struct i2c_client *client) if (dac33->irq >= 0) free_irq(dac33->irq, &dac33->codec); + regulator_bulk_disable(ARRAY_SIZE(dac33->supplies), dac33->supplies); regulator_bulk_free(ARRAY_SIZE(dac33->supplies), dac33->supplies); destroy_workqueue(dac33->dac33_wq); |