am 5a484b75
: audio policy: active analog dock force usage
* commit '5a484b753cc72d6a50c1dd3bbf68b3403c741a3a': audio policy: active analog dock force usage
This commit is contained in:
commit
92be42ebb9
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