Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1608902 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 5a756fb0: Merge "Fix issue 2712130: Sholes: problem when playing audio...

am 5a756fb0: Merge "Fix issue 2712130: Sholes: problem when playing audio while recording over bluetooth SCO." into gingerbread

* commit '5a756fb0':
  Fix issue 2712130: Sholes: problem when playing audio while recording over bluetooth SCO.
parents 49cdfcf5 5a756fb0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -763,7 +763,8 @@ bool AudioSystem::isBluetoothScoDevice(audio_devices device)
    if ((popCount(device) == 1 ) &&
        (device & (AudioSystem::DEVICE_OUT_BLUETOOTH_SCO |
                   AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET |
                   AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT))) {
                   AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT |
                   AudioSystem::DEVICE_IN_BLUETOOTH_SCO_HEADSET))) {
        return true;
    } else {
        return false;