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

Commit 43669553 authored by Aalique Grahame's avatar Aalique Grahame
Browse files

audio_extn: update value of aac latm format

Update the value of the aac latm audio format to avoid conflict
with Android defined value of ldac audio format

CRs-Fixed: 2124636
Change-Id: Ifb9c6154440b1533604627e9d68eb0e7eaf25528
parent 8c650932
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
#endif

#ifndef AUDIO_FORMAT_AAC_LATM
#define AUDIO_FORMAT_AAC_LATM 0x23000000UL
#define AUDIO_FORMAT_AAC_LATM 0x80000000UL
#define AUDIO_FORMAT_AAC_LATM_LC   (AUDIO_FORMAT_AAC_LATM |\
                                      AUDIO_FORMAT_AAC_SUB_LC)
#define AUDIO_FORMAT_AAC_LATM_HE_V1 (AUDIO_FORMAT_AAC_LATM |\