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

Commit 8dd70add authored by Mingming Yin's avatar Mingming Yin Committed by Linux Build Service Account
Browse files

audio: use fixed volume on proxy devices

- Use fixed volume on proxy devices(WFD audio)

Change-Id: I298f0284c5de235ca5ede179417c0f7b97e9ed38
parent 59368e35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -484,6 +484,7 @@ public class AudioService extends IAudioService.Stub {
    int mFixedVolumeDevices = AudioSystem.DEVICE_OUT_HDMI |
            AudioSystem.DEVICE_OUT_DGTL_DOCK_HEADSET |
            AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET |
            AudioSystem.DEVICE_OUT_PROXY |
            AudioSystem.DEVICE_OUT_HDMI_ARC |
            AudioSystem.DEVICE_OUT_SPDIF |
            AudioSystem.DEVICE_OUT_AUX_LINE;