commit | 3f387a217044b3aa7785062aaa9113aa3cc729c0 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Oct 14 12:08:00 2011 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Oct 14 20:29:04 2011 +0100 |
tree | 736de0f2be896bd98f60aed67c099d457529ba63 | |
parent | 370f464533c455864f2f5ce100eee361263e144f [diff] |
ASoC: wm8991: Fix wrong bit setting for WM8991_POWER_MANAGEMENT_2 If (fakepower & ((1 << WM8991_INMIXR_PWR_BIT)|(1 << WM8991_AINRMUX_PWR_BIT)))) is false, we should clear WM8991_AINR_ENA bits instead of WM8991_AINL_ENA. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>