gts210vewifi: Add device specific mixer paths

Change-Id: I8de26ca41ae716e3e112a2a53241e7e1345b866a
This commit is contained in:
LuK1337 2017-01-31 15:49:28 +01:00
parent 7155d785ee
commit 5b040fd916
2 changed files with 2502 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/gts210vewifi/gts210vewifi-vendo
# 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)