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

Commit 7f45510d authored by Varun Balaraj's avatar Varun Balaraj
Browse files

audio: hal: Fix compilation error for out of range of Interactive flags

Change-Id: I8f3fb3fc62ee95619e823c9dcb0992d10d483860
parent 0db83479
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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