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

Commit 0abab8bf authored by Yamit Mehta's avatar Yamit Mehta Committed by Gerrit - the friendly Code Review server
Browse files

policy_hal: Update the proxy device enum value

Updated the proxy device enum value to 0x1000000

Change-Id: I7d051bd65e84d264fe94bd4166f400069405434c
parent d0281577
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ namespace android {
#endif

#ifndef AFE_PROXY_ENABLED
#define AUDIO_DEVICE_OUT_PROXY 0x40000
#define AUDIO_DEVICE_OUT_PROXY 0x1000000
#endif
// ----------------------------------------------------------------------------