commit | 0d7e048cf2e38d32568261760aef82d1ee145126 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Mon Jul 19 06:24:46 2010 -0700 |
committer | Eric Laurent <elaurent@google.com> | Mon Jul 19 06:31:30 2010 -0700 |
tree | 8cc4ce1bd601dae9c7f98d0235ff2be3a28275cf | |
parent | faf775e772e329e821d81ba735474df097b1e1e9 [diff] |
Fixed problems in audio effect volume control. Fixed the following problems in audio effect volume control in AudioFlinger: - Make sure that the volumes returned by EffectChain::setVolume_l() are correct even is no change is detected since last call - Do not use isEnabled() to validate volume control but mState >= ACTIVE instead as the volume control must be also active in STOPPING and STOPPED states. Change-Id: Id62da3164fad500ee8a5efd6cd78c77e8fdcb541