* commit '92be42ebb9a62876a003b712ddd2968dde2d6476': audio policy: active analog dock force usage
This commit is contained in:
commit
0ec391d6b7
1 changed files with 2 additions and 1 deletions
|
@ -2240,7 +2240,8 @@ audio_devices_t AudioPolicyManagerBase::getDeviceForStrategy(routing_strategy st
|
|||
// no sonification on aux digital (e.g. HDMI)
|
||||
device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_AUX_DIGITAL;
|
||||
}
|
||||
if (device2 == AUDIO_DEVICE_NONE) {
|
||||
if ((device2 == AUDIO_DEVICE_NONE) &&
|
||||
(mForceUse[AudioSystem::FOR_DOCK] == AudioSystem::FORCE_ANALOG_DOCK)) {
|
||||
device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET;
|
||||
}
|
||||
if (device2 == AUDIO_DEVICE_NONE) {
|
||||
|
|
Loading…
Reference in a new issue