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

Commit eedec633 authored by Oscar Azucena's avatar Oscar Azucena Committed by Android (Google) Code Review
Browse files

Merge "Increased max number of mixes per audio policy"

parents 326f4b46 524834dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ namespace android {
#define MIX_ROUTE_FLAG_ALL (MIX_ROUTE_FLAG_RENDER | MIX_ROUTE_FLAG_LOOP_BACK | \
    MIX_ROUTE_FLAG_DISALLOWS_PREFERRED_DEVICE)

#define MAX_MIXES_PER_POLICY 10
#define MAX_MIXES_PER_POLICY 50
#define MAX_CRITERIA_PER_MIX 20

class AudioMixMatchCriterion {