commit | b67696b40f2e7f890d017db3c6805ff90cb392b6 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu Aug 19 14:40:25 2010 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Aug 20 12:14:44 2010 +0100 |
tree | 82c398f363ce730e445bb3672e2c8bfeac42e48c | |
parent | 5394637a246f4709e6f9c62b6af2356f49ef46a7 [diff] |
ASoC: e740_wm9705 - free gpio in e740_exit() In e740_init(), we call gpio_request() for GPIO_E740_MIC_ON, GPIO_E740_AMP_ON and GPIO_E740_WM9705_nAVDD2. We should free the these gpio accordingly in e740_exit(). Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>