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

This commit is contained in:
TreeHugger Robot
2017-07-11 21:08:56 +00:00
committed by Android (Google) Code Review

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>