Merge "AudioService: remove DEVICE_OUT_SPDIF from mFixedVolumeDevices"

This commit is contained in:
Jay Patel
2020-12-04 18:31:22 +00:00
committed by Gerrit Code Review

View File

@@ -539,7 +539,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<>();