commit | 4fff7a5ccc00832039ae1c5138f9030079b6604d | [log] [tgz] |
---|---|---|
author | Jarkko Nikula <jhnikula@gmail.com> | Mon Aug 23 10:36:41 2010 +0300 |
committer | Liam Girdwood <lrg@slimlogic.co.uk> | Mon Aug 23 12:03:09 2010 +0100 |
tree | 7baf14e3efcf04ae7eec0b3c1e37b31f565c9d5c | |
parent | 37b47656baa3e4e78d539db2531a75590652327b [diff] |
ASoC: omap: rx51: Use gpio_set_value_cansleep for speaker amp control Speaker amplifier is controlled by TWL4030 GPIO which may sleep. Therefore use gpio_set_value_cansleep to get rid of runtime warning that is introduced after the commit 9c4ba94 and to get a stack trace if ever executing this code in atomic context. Signed-off-by: Jarkko Nikula <jhnikula@gmail.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>