summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d462c085..11d9019d 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"