Merge "AicBootFix not needed with source audio Update DSP files for Inspire 4G" into gingerbread

This commit is contained in:
Steve Kondik
2011-09-24 23:41:51 +04:00
committed by Gerrit Code Review
5 changed files with 3 additions and 13 deletions

View File

@@ -48,8 +48,10 @@ if [ $? = 0 ];
cat /proc/cmdline | egrep -q '(PD9812000)|(PD9814000)'
if [ $? = 0 ];
then
mv /system/etc/nam/CodecDSPID_MCLK.txt /system/etc
mv /system/etc/nam/*MCLK.txt /system/etc/soundimage/
mv /system/etc/nam/CodecDSPID.txt /system/etc
mv /system/etc/nam/AdieHWCodec.csv /system/etc
mv /system/etc/nam/AIC3254_REG_DualMic_MCLK.csv /system/etc
mv /system/etc/nam/gps.conf /system/etc
fi
rm -R /system/etc/nam

View File

@@ -28,9 +28,6 @@ PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/ace
# Add the Torch app
PRODUCT_PACKAGES += Torch
# Add AicBootFix for ace battery fix
PRODUCT_PACKAGES += AicBootFix
# Broadcom FM radio
$(call inherit-product, vendor/cyanogen/products/bcm_fm_radio.mk)

View File

@@ -20,9 +20,6 @@ PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/mecha
# Add the Torch app
PRODUCT_PACKAGES += Torch
# Add AicBootFix
PRODUCT_PACKAGES += AicBootFix
# Broadcom FM radio
$(call inherit-product, vendor/cyanogen/products/bcm_fm_radio.mk)

View File

@@ -28,9 +28,6 @@ PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/vivo
# Add the Torch app
PRODUCT_PACKAGES += Torch
# Add AicBootFix for vivo battery fix
PRODUCT_PACKAGES += AicBootFix
# Broadcom FM radio
$(call inherit-product, vendor/cyanogen/products/bcm_fm_radio.mk)

View File

@@ -25,9 +25,6 @@ PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/vivow
# Add the Torch app
PRODUCT_PACKAGES += Torch
# Add AicBootFix for vivow battery fix
PRODUCT_PACKAGES += AicBootFix
# Broadcom FM radio
$(call inherit-product, vendor/cyanogen/products/bcm_fm_radio.mk)