summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-01-29 08:57:47 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-29 08:57:47 -0800
commit144f78906f1eefaf8cbde9298a1422fcea094447 (patch)
tree2e8a393fe19a343c8aa470ae33f5cc0f64dc44ad /services
parent02235c39040120295314a402841b17f68752ec99 (diff)
parent2ef89309d41daac3d69fa78b31cd09cb2c262ca1 (diff)
downloadframeworks_av-144f78906f1eefaf8cbde9298a1422fcea094447.zip
frameworks_av-144f78906f1eefaf8cbde9298a1422fcea094447.tar.gz
frameworks_av-144f78906f1eefaf8cbde9298a1422fcea094447.tar.bz2
am 4eeb1047: Merge 13212f83 from gingerbread-plus-aosp
* commit '4eeb10470ffafe8c508027f363ac66b58da5bf00': Fix issue 2988031.
Diffstat (limited to 'services')
-rw-r--r--services/audioflinger/AudioPolicyManagerBase.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/audioflinger/AudioPolicyManagerBase.cpp b/services/audioflinger/AudioPolicyManagerBase.cpp
index 18abc0b..e84d136 100644
--- a/services/audioflinger/AudioPolicyManagerBase.cpp
+++ b/services/audioflinger/AudioPolicyManagerBase.cpp
@@ -1893,7 +1893,8 @@ float AudioPolicyManagerBase::computeVolume(int stream, int index, audio_io_hand
AudioSystem::DEVICE_OUT_WIRED_HEADPHONE |
AudioSystem::DEVICE_OUT_ANLG_DOCK_HEADSET |
AudioSystem::DEVICE_OUT_DGTL_DOCK_HEADSET)) &&
- (getStrategy((AudioSystem::stream_type)stream) == STRATEGY_SONIFICATION) &&
+ ((getStrategy((AudioSystem::stream_type)stream) == STRATEGY_SONIFICATION) ||
+ (stream == AudioSystem::SYSTEM)) &&
streamDesc.mCanBeMuted) {
volume *= SONIFICATION_HEADSET_VOLUME_FACTOR;
// when the phone is ringing we must consider that music could have been paused just before