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

Commit fb917e01 authored by Paul McLean's avatar Paul McLean
Browse files

Enabling USB Device and Android Device Vol inc/dec functionality for USB Audio Output

Bug: 13747844

Change-Id: Ia969dad4150adeafb375e3f9985f9d8ba7222638
parent a4e2023b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -444,8 +444,7 @@ public class AudioService extends IAudioService.Stub {
    // Devices for which the volume is fixed and VolumePanel slider should be disabled
    final int mFixedVolumeDevices = AudioSystem.DEVICE_OUT_HDMI |
            AudioSystem.DEVICE_OUT_DGTL_DOCK_HEADSET |
            AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET |
            AudioSystem.DEVICE_OUT_ALL_USB;
            AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET;

    // TODO merge orientation and rotation
    private final boolean mMonitorOrientation;