apq8098: Changes to add support for MP2 format.

Change-Id: I8e79a6067cc4ee327940dbcebfaf3f482ec474fa
This commit is contained in:
Devanaboyina Tejaswini 2017-06-19 20:42:10 +05:30 committed by Shiv Maliyappanahalli
parent 10617ed3ef
commit 62dd5b6c93
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@
<profile name="" format="AUDIO_FORMAT_MP3"
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
channelMasks="AUDIO_CHANNEL_OUT_STEREO,AUDIO_CHANNEL_OUT_MONO"/>
<profile name="" format="AUDIO_FORMAT_MP2"
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
channelMasks="AUDIO_CHANNEL_OUT_STEREO,AUDIO_CHANNEL_OUT_MONO"/>
<profile name="" format="AUDIO_FORMAT_FLAC"
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000,64000,88200,96000,128000,176400,192000"
channelMasks="AUDIO_CHANNEL_OUT_STEREO,AUDIO_CHANNEL_OUT_MONO"/>