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

Commit 00416c49 authored by Jay Patel's avatar Jay Patel Committed by Automerger Merge Worker
Browse files

Merge "AudioService: remove DEVICE_OUT_SPDIF from mFixedVolumeDevices" am:...

Merge "AudioService: remove DEVICE_OUT_SPDIF from mFixedVolumeDevices" am: ba1f9833 am: c3bdf241 am: a3504198

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1315084

Change-Id: Ia9f0b49caaffe267773b1115f1a84833e584df1b
parents b6ee1c83 a3504198
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -545,7 +545,6 @@ public class AudioService extends IAudioService.Stub
            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));
    // Devices for which the volume is always max, no volume panel
    Set<Integer> mFullVolumeDevices = new HashSet<>();