Sound fix #2 for Redmi Note 8 Pro

Miss in previous pull request
This commit is contained in:
jumper047 2020-04-03 02:50:41 +03:00 committed by GitHub
parent 4ab8565096
commit aea333e6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,6 +648,6 @@ if getprop ro.build.overlay.deviceid |grep -qE '^RMX';then
fi fi
fi fi
if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765;then if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765 -e mt6785;then
setprop debug.stagefright.ccodec 0 setprop debug.stagefright.ccodec 0
fi fi