Merge "AudioService: remove DEVICE_OUT_SPDIF from mFixedVolumeDevices" am: ba1f9833fc am: c3bdf24120
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1315084 Change-Id: I7f8c42874c1233253d32eab776924552b627811d
This commit is contained in:
@@ -544,7 +544,6 @@ public class AudioService extends IAudioService.Stub
|
|||||||
AudioSystem.DEVICE_OUT_DGTL_DOCK_HEADSET,
|
AudioSystem.DEVICE_OUT_DGTL_DOCK_HEADSET,
|
||||||
AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET,
|
AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET,
|
||||||
AudioSystem.DEVICE_OUT_HDMI_ARC,
|
AudioSystem.DEVICE_OUT_HDMI_ARC,
|
||||||
AudioSystem.DEVICE_OUT_SPDIF,
|
|
||||||
AudioSystem.DEVICE_OUT_AUX_LINE));
|
AudioSystem.DEVICE_OUT_AUX_LINE));
|
||||||
// Devices for which the volume is always max, no volume panel
|
// Devices for which the volume is always max, no volume panel
|
||||||
Set<Integer> mFullVolumeDevices = new HashSet<>();
|
Set<Integer> mFullVolumeDevices = new HashSet<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user