OSDN Git Service

effects: Add AUDIO_EFFECT_VENDOR_CONFIG_FILE2
authorSteve Kondik <steve@cyngn.com>
Wed, 13 Jan 2016 00:35:57 +0000 (16:35 -0800)
committerMichael Bestas <mikeioannina@gmail.com>
Sun, 1 Jan 2017 23:32:44 +0000 (01:32 +0200)
Change-Id: I457f8bd4229062a0348e7bcc1d88e1123aac4dc8

audio_effects/include/audio_effects/audio_effects_conf.h

index 79f08a6..85f36ab 100755 (executable)
 
 #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"