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

Commit 70d34bb4 authored by Jungshik Jang's avatar Jungshik Jang
Browse files

Define force usage and category for System Audio Control.

This is to be sync with change of system/core/include/system/audio_policy.h

Change-Id: Ibd371197775fb70a96df6e3eef82ec8ae10b0508
parent 3a959fca
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -432,7 +432,10 @@ public class AudioSystem
    public static final int FORCE_DIGITAL_DOCK = 9;
    public static final int FORCE_NO_BT_A2DP = 10;
    public static final int FORCE_SYSTEM_ENFORCED = 11;
    private static final int NUM_FORCE_CONFIG = 12;
    public static final int FORCE_SYSTEM_AUDIO_HDMI_ARC = 12;
    public static final int FORCE_SYSTEM_AUDIO_SPDIF = 13;
    public static final int FORCE_SYSTEM_LINE = 14;
    private static final int NUM_FORCE_CONFIG = 15;
    public static final int FORCE_DEFAULT = FORCE_NONE;

    // usage for setForceUse, must match AudioSystem::force_use