Skip to content

Commit

Permalink
audio policy: Add EVRCB and EVRCWB for 7x27a audio HAL compilation
Browse files Browse the repository at this point in the history
Change-Id: I01e8bd9bb67b972ad72eab3bbb00d59793d2b51c
  • Loading branch information
Daz Jones authored and KonstaT committed Jul 4, 2013
1 parent 15f4f0f commit ac8f4c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/hardware_legacy/AudioSystemLegacy.h
Expand Up @@ -144,6 +144,8 @@ class AudioSystem {
VORBIS = 0x07000000,
EVRC = 0x08000000,
QCELP = 0x09000000,
EVRCB = 0x10000000,
EVRCWB = 0x11000000,
MAIN_FORMAT_MASK = 0xFF000000,
SUB_FORMAT_MASK = 0x00FFFFFF,
// Aliases
Expand Down

0 comments on commit ac8f4c3

Please sign in to comment.