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
This commit is contained in:
parent
b492e072ae
commit
0b67d59cb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue