Merge "qahw_api: update value of aac latm format"

This commit is contained in:
Linux Build Service Account 2018-02-28 18:39:02 -08:00 committed by Gerrit - the friendly Code Review server
commit 223990e37c
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ static bool request_wake_lock(bool wakelock_acquired, bool enable)
}
#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 | AUDIO_FORMAT_AAC_SUB_HE_V1)
#define AUDIO_FORMAT_AAC_LATM_HE_V2 (AUDIO_FORMAT_AAC_LATM | AUDIO_FORMAT_AAC_SUB_HE_V2)