sm6375-common: Update Media and OMX stack from S2RUBS32.51-15-9-5

* From corfur_g-user 12 S2RUBS32.51-15-9-5 76c7d7 release-keys.
* Remove unused blair_lite configs and media_codecs_vendor_audio.xml.

Change-Id: I622aee21b1a50d3580fdd5aff5bf93e7a8ff8129
This commit is contained in:
Anand S 2024-07-30 20:16:00 +05:30
commit a132e28cf3
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
10 changed files with 335 additions and 411 deletions

View file

@ -2,7 +2,7 @@
#==============================================================================
# init.qti.media.sh
#
# Copyright (c) 2020-2023, Qualcomm Technologies, Inc.
# Copyright (c) 2020-2022, Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
@ -87,21 +87,18 @@ case "$target" in
;;
"holi")
case "$soc_hwid" in
507|565|628)
507|565)
setprop vendor.media.target_variant "_blair"
if [ $build_codename -le "14" ]; then
if [ $build_codename -le "13" ]; then
setprop vendor.netflix.bsp_rev "Q4350-32962-1"
fi
;;
578)
setprop vendor.media.target_variant "_blair_lite"
if [ $build_codename -le "14" ]; then
setprop vendor.netflix.bsp_rev "Q4350-32962-1"
fi
;;
454|472)
setprop vendor.media.target_variant "_holi"
if [ $build_codename -le "14" ]; then
if [ $build_codename -le "13" ]; then
setprop vendor.netflix.bsp_rev "Q4350-32962-1"
fi
;;