Skip to content

Commit

Permalink
audio: add EVRCWB EVRCB to supported audio formats
Browse files Browse the repository at this point in the history
 compressed format should also include EVRCWB and EVRCB

 CRs-Fixed: 516138

Change-Id: I64f40d3380cb4fa055e0c3d79db3acf57929405c
  • Loading branch information
Shreyas Nagasandra Chandrasekhar authored and hyperb1iss committed Oct 8, 2013
1 parent 4a2df5b commit 928351f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/system/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@ static inline bool audio_is_supported_compressed(audio_format_t format)
if (format == AUDIO_FORMAT_AMR_NB ||
format == AUDIO_FORMAT_AMR_WB ||
format == AUDIO_FORMAT_EVRC ||
format == AUDIO_FORMAT_EVRCB ||
format == AUDIO_FORMAT_EVRCWB ||
format == AUDIO_FORMAT_QCELP ||
format == AUDIO_FORMAT_AAC)
return true;
Expand Down

0 comments on commit 928351f

Please sign in to comment.