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

Commit c53039ea authored by Dhanalakshmi Siddani's avatar Dhanalakshmi Siddani Committed by Gerrit - the friendly Code Review server
Browse files

Revert "hal: Updated DEVICE_IN_PROXY definition"

This reverts commit b339fdf6.
Updated device_in_proxy definition in audio.h in consistent with
LA, so this change is no more needed.

CRs-Fixed: 2025113
Change-Id: I239f955f90175a7004a5ec786c5e848f47f7d544
parent 29b894e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
#endif

#ifndef AUDIO_DEVICE_IN_PROXY
#define AUDIO_DEVICE_IN_PROXY (AUDIO_DEVICE_BIT_IN | 0x2000000)
#define AUDIO_DEVICE_IN_PROXY (AUDIO_DEVICE_BIT_IN | 0x1000000)
#endif

#ifndef INCALL_MUSIC_ENABLED