summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-01-12 16:35:57 -0800
committerSteve Kondik <steve@cyngn.com>2016-01-12 16:35:57 -0800
commitc969dad6892b673a37bb052bbf2d5158d8693ff8 (patch)
tree980e408090f7ec79bd24630fdfce2e0900cc275d
parent60bb4cadf7cfe017fdca01b0843b6a45384cb7c9 (diff)
downloadandroid_system_media-c969dad6892b673a37bb052bbf2d5158d8693ff8.tar.gz
android_system_media-c969dad6892b673a37bb052bbf2d5158d8693ff8.tar.bz2
android_system_media-c969dad6892b673a37bb052bbf2d5158d8693ff8.zip
effects: Add AUDIO_EFFECT_VENDOR_CONFIG_FILE2
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 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"