commit | a8efc903535d53739220958b08e6064f3e6eb69b | [log] [tgz] |
---|---|---|
author | Varun Balaraj <varunb@codeaurora.org> | Wed Oct 11 12:36:15 2017 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Oct 11 00:12:33 2017 -0700 |
tree | 2827d0e510cbe84263852114ff99dc4af7313811 | |
parent | cc6a6e60b443a82ab97c79b160a682680df0e18f [diff] |
hal_play_test: Updating the Interactive Stream flag Change-Id: I65843fe7e57bba86077609965025428e4498f7aa
diff --git a/qahw_api/test/qahw_playback_test.c b/qahw_api/test/qahw_playback_test.c index 1338591..04d68d0 100644 --- a/qahw_api/test/qahw_playback_test.c +++ b/qahw_api/test/qahw_playback_test.c
@@ -162,7 +162,7 @@ #endif #ifndef AUDIO_OUTPUT_FLAG_INTERACTIVE -#define AUDIO_OUTPUT_FLAG_INTERACTIVE 0x80000000 +#define AUDIO_OUTPUT_FLAG_INTERACTIVE 0x4000000 #endif static bool request_wake_lock(bool wakelock_acquired, bool enable)