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

Commit a8efc903 authored by Varun Balaraj's avatar Varun Balaraj Committed by Gerrit - the friendly Code Review server
Browse files

hal_play_test: Updating the Interactive Stream flag

Change-Id: I65843fe7e57bba86077609965025428e4498f7aa
parent cc6a6e60
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -162,7 +162,7 @@ audio_io_handle_t stream_handle = 0x999;
#endif
#endif


#ifndef AUDIO_OUTPUT_FLAG_INTERACTIVE
#ifndef AUDIO_OUTPUT_FLAG_INTERACTIVE
#define AUDIO_OUTPUT_FLAG_INTERACTIVE 0x80000000
#define AUDIO_OUTPUT_FLAG_INTERACTIVE 0x4000000
#endif
#endif


static bool request_wake_lock(bool wakelock_acquired, bool enable)
static bool request_wake_lock(bool wakelock_acquired, bool enable)