sdm660: audio: add vendor property for mmap MMAP OUTPUT time offset
Try to fix glitches on AAudio MMAP output on bonito. The DSP is returning a position/time pair that is too soon. Bug: 122680738 Test: Should see glitch.count = 0 when you run this test. Test: adb shell aaudio_loopback -tm -b999 -s20 -x -X Change-Id: I3cf7698e4038b375a116c4d708eb0686cc72f40e Merged-In: I3cf7698e4038b375a116c4d708eb0686cc72f40e
This commit is contained in:
parent
4b0ead0844
commit
9342e80e43
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
audio.safemedia.bypass=true \
|
||||
audio.sys.noisy.broadcast.delay=600 \
|
||||
audio.sys.offload.pstimeout.secs=3 \
|
||||
persist.audio.in_mmap_delay_micros=100 \
|
||||
persist.audio.out_mmap_delay_micros=150 \
|
||||
persist.dirac.acs.controller=qem \
|
||||
persist.dirac.acs.ignore_error=1 \
|
||||
persist.dirac.acs.storeSettings=1 \
|
||||
|
|
Loading…
Reference in a new issue