Merge pull request #156 from DanijelXDA/patch-1
Fix distorted audio bug on GSI images for ginkgo and willow
This commit is contained in:
commit
22df6a9302
@ -282,6 +282,10 @@ if getprop ro.vendor.build.fingerprint | grep -iq -e iaomi/cactus -e iaomi/cereu
|
|||||||
setprop debug.stagefright.omx_default_rank 0
|
setprop debug.stagefright.omx_default_rank 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if getprop ro.vendor.build.fingerprint | grep -iq -e xiaomi/ginkgo -e xiaomi/willow; then
|
||||||
|
mount -o bind /system/phh/empty /vendor/lib/soundfx/libvolumelistener.so
|
||||||
|
fi
|
||||||
|
|
||||||
mount -o bind /system/phh/empty /vendor/lib/libpdx_default_transport.so
|
mount -o bind /system/phh/empty /vendor/lib/libpdx_default_transport.so
|
||||||
mount -o bind /system/phh/empty /vendor/lib64/libpdx_default_transport.so
|
mount -o bind /system/phh/empty /vendor/lib64/libpdx_default_transport.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user