diff --git a/README.mkdn b/README.mkdn
index e819977..fc6111a 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -9,7 +9,7 @@ Make sure you are not using any audio effect configuration in your device trees.
```
-To build, inherit the dolby config by adding this in your device's makefile :-
+To build, add the dolby effects in your device's audio effects config then inherit the dolby config by adding this in your device's makefile :-
```bash
$(call inherit-product, hardware/dolby/dolby.mk)
diff --git a/configs/audio/audio_effects.xml b/configs/audio/audio_effects.xml
deleted file mode 100644
index c7a49fe..0000000
--- a/configs/audio/audio_effects.xml
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/dolby.mk b/dolby.mk
index e1bdaf7..fee7cd5 100644
--- a/dolby.mk
+++ b/dolby.mk
@@ -31,8 +31,7 @@ DEVICE_MANIFEST_FILE += hardware/dolby/vendor.dolby.hardware.dms@2.0-service.xml
# Configs
PRODUCT_COPY_FILES += \
hardware/dolby/configs/dax-default.xml:$(TARGET_COPY_OUT_VENDOR)/etc/dolby/dax-default.xml \
- hardware/dolby/configs/media_codecs_dolby_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_dolby_audio.xml \
- hardware/dolby/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml
+ hardware/dolby/configs/media_codecs_dolby_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_dolby_audio.xml
# Dolby
PRODUCT_VENDOR_PROPERTIES += \