Merge "AudioService: remove DEVICE_OUT_SPDIF from mFixedVolumeDevices" am: ba1f9833fc
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1315084 Change-Id: Ia4d287853fa92ebee91eb168354f858dea931c9b
This commit is contained in:
@@ -544,7 +544,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