Merge "audio: Change deep buffer output profile bit width to 24 bit packed." into oc-dr1-dev am: 2bcf425fd5

am: fac1c410b7

Change-Id: I3078f210548cd016011a9e9194c25c5931beff66
This commit is contained in:
Haynes Mathew George
2017-07-11 21:15:38 +00:00
committed by android-build-merger

View File

@@ -41,7 +41,7 @@
<mixPort name="hifi_playback" role="source" />
<mixPort name="deep_buffer" role="source"
flags="AUDIO_OUTPUT_FLAG_DEEP_BUFFER">
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
<profile name="" format="AUDIO_FORMAT_PCM_24_BIT_PACKED"
samplingRates="44100,48000"
channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
</mixPort>