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

Commit 5c233f8b authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

AudioPolicy: remove extraneous parentheses

Change-Id: Ibcea37b90cc0aaacb3b6194745bf569edad8992a
parent d4d55cdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ audio_devices_t Engine::getDeviceForStrategy(routing_strategy strategy) const
        if (device2 == AUDIO_DEVICE_NONE) {
            device2 = availableOutputDevicesType & AUDIO_DEVICE_OUT_WIRED_HEADPHONE;
        }
        if ((device2 == AUDIO_DEVICE_NONE)) {
        if (device2 == AUDIO_DEVICE_NONE) {
            device2 = availableOutputDevicesType & AUDIO_DEVICE_OUT_LINE;
        }
        if (device2 == AUDIO_DEVICE_NONE) {