From aa03415e5dad956f85badfafbcad1a4649e509bc Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sun, 5 May 2013 22:21:54 +0200 Subject: Audio configuration Signed-off-by: Paul Kocialkowski --- configs/tiny_hw.xml | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++++ p5110.mk | 4 + 2 files changed, 233 insertions(+) create mode 100644 configs/tiny_hw.xml diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml new file mode 100644 index 0000000..2d3e32e --- /dev/null +++ b/configs/tiny_hw.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/p5110.mk b/p5110.mk index 4ef81c2..9ac1522 100644 --- a/p5110.mk +++ b/p5110.mk @@ -20,5 +20,9 @@ LOCAL_PATH := device/samsung/p5110 DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay +# Audio +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/tiny_hw.xml:system/etc/sound/espresso10wifi + # Use the non-open-source parts, if they're present $(call inherit-product-if-exists, vendor/samsung/p51xx/p5110-vendor.mk) -- cgit v1.1