From 6f131defc782bca480fdbcef1a9cd461d01ac9d8 Mon Sep 17 00:00:00 2001 From: Gabriele M Date: Tue, 10 May 2016 11:48:35 +0200 Subject: [PATCH] peregrine: Add audio_platform_info.xml file This was in msm8226-common, but it was removed to allow each variant to use its own configuration. Change-Id: I44fa3a2cfd287b9e419c2b5c25e207783316d19a --- configs/audio_platform_info.xml | 40 +++++++++++++++++++++++++++++++++ device.mk | 1 + 2 files changed, 41 insertions(+) create mode 100644 configs/audio_platform_info.xml diff --git a/configs/audio_platform_info.xml b/configs/audio_platform_info.xml new file mode 100644 index 0000000..37ce84d --- /dev/null +++ b/configs/audio_platform_info.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/device.mk b/device.mk index 0e9a09a..a7adc3f 100644 --- a/device.mk +++ b/device.mk @@ -22,6 +22,7 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay # Audio PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/audio_platform_info.xml:system/etc/audio_platform_info.xml \ $(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/mixer_paths.xml # CMActions