clover: Disable audio ULL mode
* This generates corrupted sound, and is disabled on stock as well. Change-Id: I9cd1d63fbd1f55a034944f419ae42121bae9c51d
This commit is contained in:
parent
7c657543be
commit
44e7bfeaca
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
|
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
|
||||||
</mixPort>
|
</mixPort>
|
||||||
<mixPort name="raw" role="source"
|
<mixPort name="raw" role="source"
|
||||||
flags="AUDIO_OUTPUT_FLAG_FAST|AUDIO_OUTPUT_FLAG_RAW">
|
flags="AUDIO_OUTPUT_FLAG_FAST">
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
||||||
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
|
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
|
||||||
</mixPort>
|
</mixPort>
|
||||||
|
|
Loading…
Reference in a new issue