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

Commit d9a08b5e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 4847e9de 7f45510d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -116,7 +116,7 @@
#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


#ifndef COMPRESS_METADATA_NEEDED
#ifndef COMPRESS_METADATA_NEEDED