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

Commit 2946ca5a authored by Takazumi Matsumoto's avatar Takazumi Matsumoto Committed by Steve Kondik
Browse files

AudioService: allow volume control on analog dock

This re-enables volume control on some Motorola docks.

Change-Id: If7751867de2c0cefb5a8518b5a6a607a9676b946
parent 6615d36c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -552,7 +552,6 @@ public class AudioService extends IAudioService.Stub {
    // Devices for which the volume is fixed and VolumePanel slider should be disabled
    int mFixedVolumeDevices = AudioSystem.DEVICE_OUT_HDMI |
            AudioSystem.DEVICE_OUT_DGTL_DOCK_HEADSET |
            AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET |
            AudioSystem.DEVICE_OUT_HDMI_ARC |
            AudioSystem.DEVICE_OUT_SPDIF |
            AudioSystem.DEVICE_OUT_AUX_LINE;