Merge "AudioService: remove DEVICE_OUT_SPDIF from mFixedVolumeDevices"
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user