audio: fix beginning of previous notification is cut off am: 2e295bbce2

Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/25541590

Change-Id: I17fa460bf28ba61d523762e5446794e2dda3ddaf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jasmine Cha 2023-12-04 15:29:51 +00:00 committed by Automerger Merge Worker
commit 20e2ac9a27

View file

@ -27,7 +27,8 @@
</attachedDevices>
<defaultOutputDevice>Speaker</defaultOutputDevice>
<mixPorts>
<mixPort name="primary output" role="source" flags="AUDIO_OUTPUT_FLAG_PRIMARY AUDIO_OUTPUT_FLAG_FAST">
<mixPort name="primary output" role="source" flags="AUDIO_OUTPUT_FLAG_PRIMARY AUDIO_OUTPUT_FLAG_FAST"
recommendedMuteDurationMs="40">
<profile name="" format="AUDIO_FORMAT_PCM_FLOAT"
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
</mixPort>