commit | 7f45510d3ab5a856609b0d02ad0a274aa7904912 | [log] [tgz] |
---|---|---|
author | Varun Balaraj <varunb@codeaurora.org> | Wed Sep 27 18:12:48 2017 +0530 |
committer | Varun Balaraj <varunb@codeaurora.org> | Wed Oct 04 12:27:58 2017 +0530 |
tree | 5fd51e6ec3172a3e0229feb178c69ac90fb644b3 | |
parent | 0db83479196ce5a8b9d18faef9f44726fd9ba3a2 [diff] |
audio: hal: Fix compilation error for out of range of Interactive flags Change-Id: I8f3fb3fc62ee95619e823c9dcb0992d10d483860
diff --git a/hal/audio_extn/audio_extn.h b/hal/audio_extn/audio_extn.h index c30f982..709f030 100644 --- a/hal/audio_extn/audio_extn.h +++ b/hal/audio_extn/audio_extn.h
@@ -116,7 +116,7 @@ #endif #ifndef AUDIO_OUTPUT_FLAG_INTERACTIVE -#define AUDIO_OUTPUT_FLAG_INTERACTIVE 0x80000000 +#define AUDIO_OUTPUT_FLAG_INTERACTIVE 0x4000000 #endif #ifndef COMPRESS_METADATA_NEEDED