summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-01-12 16:35:57 -0800
committerSteve Kondik <steve@cyngn.com>2016-09-01 00:13:45 -0700
commit8f6ef0747dd2a24cbe47b23cacd19fbdf827198f (patch)
treeb13c34ae8b97d0f8993a138d46d55a686b3a4598
parentba4ba1b3c79859ca4f735867932ee871423aea5b (diff)
downloadandroid_system_media-staging/cm-14.0-caf.tar.gz
android_system_media-staging/cm-14.0-caf.tar.bz2
android_system_media-staging/cm-14.0-caf.zip
effects: Add AUDIO_EFFECT_VENDOR_CONFIG_FILE2staging/cm-14.0-caf
Change-Id: I457f8bd4229062a0348e7bcc1d88e1123aac4dc8
-rwxr-xr-xaudio_effects/include/audio_effects/audio_effects_conf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio_effects/include/audio_effects/audio_effects_conf.h b/audio_effects/include/audio_effects/audio_effects_conf.h
index 79f08a6a..85f36ab2 100755
--- a/audio_effects/include/audio_effects/audio_effects_conf.h
+++ b/audio_effects/include/audio_effects/audio_effects_conf.h
@@ -25,6 +25,11 @@
#define AUDIO_EFFECT_DEFAULT_CONFIG_FILE "/system/etc/audio_effects.conf"
#define AUDIO_EFFECT_VENDOR_CONFIG_FILE "/vendor/etc/audio_effects.conf"
+
+// If the device ships a /vendor image which we can't modify but still want to
+// change the effects configuration from the default, we can load one from here
+#define AUDIO_EFFECT_VENDOR_CONFIG_FILE2 "/system/etc/audio_effects_vendor.conf"
+
#define LIBRARIES_TAG "libraries"
#define PATH_TAG "path"