From 00e4a3392f88ed7b67ef2e74f69f9cae0a911d23 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Fri, 7 Sep 2012 17:28:50 -0700 Subject: audio: add device specific audio_effects.conf file The audio pre processings are not included in the default audio_effect.conf file anymore as the audio HAL has to provide support for them. Add a device specific audio_effects.conf exposing what is supported by crespo. Change-Id: I0136ebfe3e44c757b127ce9daf01f54be441badd --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index 2c4c3e4..864b5dd 100644 --- a/device.mk +++ b/device.mk @@ -56,8 +56,8 @@ PRODUCT_PACKAGES += \ audio.usb.default PRODUCT_COPY_FILES += \ - device/samsung/tuna/audio/audio_policy.conf:system/etc/audio_policy.conf - + device/samsung/tuna/audio/audio_policy.conf:system/etc/audio_policy.conf \ + device/samsung/tuna/audio_effects.conf:system/vendor/etc/audio_effects.conf PRODUCT_PACKAGES += \ tuna_hdcp_keys -- cgit v1.1