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

Commit 074f11c2 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am d22b2a1f: Merge "audio policy: add forced uses for system" into jb-mr1-dev

* commit 'd22b2a1f':
  audio policy: add forced uses for system
parents a6b429d4 d22b2a1f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ typedef enum {
    AUDIO_POLICY_FORCE_DIGITAL_DOCK,
    AUDIO_POLICY_FORCE_NO_BT_A2DP, /* A2DP sink is not preferred to speaker or wired HS */
    AUDIO_POLICY_FORCE_REMOTE_SUBMIX,
    AUDIO_POLICY_FORCE_SYSTEM_ENFORCED,

    AUDIO_POLICY_FORCE_CFG_CNT,
    AUDIO_POLICY_FORCE_CFG_MAX = AUDIO_POLICY_FORCE_CFG_CNT - 1,
@@ -57,6 +58,7 @@ typedef enum {
    AUDIO_POLICY_FORCE_FOR_MEDIA,
    AUDIO_POLICY_FORCE_FOR_RECORD,
    AUDIO_POLICY_FORCE_FOR_DOCK,
    AUDIO_POLICY_FORCE_FOR_SYSTEM,

    AUDIO_POLICY_FORCE_USE_CNT,
    AUDIO_POLICY_FORCE_USE_MAX = AUDIO_POLICY_FORCE_USE_CNT - 1,