From 0b67d59cb953a16b7986819e16d92ec06b882354 Mon Sep 17 00:00:00 2001 From: Ben Romberger Date: Wed, 20 Sep 2017 16:18:27 -0700 Subject: [PATCH] hal: Correct AC4 definition in audio extn header Correct the AC4 definition in the audio extention header to match the definition in the Android header. Change-Id: I3365ecb990d64e758f9eb172888cfb7b3ea989b0 --- hal/audio_extn/audio_extn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/audio_extn/audio_extn.h b/hal/audio_extn/audio_extn.h index 57077429..f1a83821 100644 --- a/hal/audio_extn/audio_extn.h +++ b/hal/audio_extn/audio_extn.h @@ -96,7 +96,7 @@ #endif #ifndef AUDIO_FORMAT_AC4 -#define AUDIO_FORMAT_AC4 0x23000000UL +#define AUDIO_FORMAT_AC4 0x22000000UL #endif #ifndef AUDIO_OUTPUT_FLAG_TIMESTAMP