gts28vewifi: Add device specific mixer paths

Change-Id: I8de26ca41ae716e3e112a2a53241e7e1345b866a
This commit is contained in:
LuK1337 2017-01-31 15:49:28 +01:00
parent b34e1a4cc8
commit 03bffae407
2 changed files with 2508 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,5 +20,9 @@ $(call inherit-product-if-exists, vendor/samsung/gts28vewifi/gts28vewifi-vendor.
# Overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Audio configuration
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/mixer_paths_wcd9330.xml:system/etc/mixer_paths_wcd9330.xml
# Inherit from msm8976-common
$(call inherit-product, device/samsung/msm8976-common/msm8976.mk)