From a70996813edea89da52a33097e4aa854029d7acc Mon Sep 17 00:00:00 2001 From: Vachounet Date: Sat, 16 Sep 2017 13:39:41 +0200 Subject: [PATCH] potter: fix soundfx libs path Change-Id: I7b99c4d71c4fd4856f4a874f93406c57f3ade867 --- audio/audio_effects.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/audio/audio_effects.conf b/audio/audio_effects.conf index 612e4f2..039a064 100644 --- a/audio/audio_effects.conf +++ b/audio/audio_effects.conf @@ -7,31 +7,31 @@ # } libraries { bundle { - path /system/lib/soundfx/libbundlewrapper.so + path /vendor/lib/soundfx/libbundlewrapper.so } reverb { - path /system/lib/soundfx/libreverbwrapper.so + path /vendor/lib/soundfx/libreverbwrapper.so } visualizer_sw { - path /system/lib/soundfx/libvisualizer.so + path /vendor/lib/soundfx/libvisualizer.so } visualizer_hw { - path /system/lib/soundfx/libqcomvisualizer.so + path /vendor/lib/soundfx/libqcomvisualizer.so } downmix { - path /system/lib/soundfx/libdownmix.so + path /vendor/lib/soundfx/libdownmix.so } loudness_enhancer { - path /system/lib/soundfx/libldnhncr.so + path /vendor/lib/soundfx/libldnhncr.so } proxy { - path /system/lib/soundfx/libeffectproxy.so + path /vendor/lib/soundfx/libeffectproxy.so } offload_bundle { - path /system/lib/soundfx/libqcompostprocbundle.so + path /vendor/lib/soundfx/libqcompostprocbundle.so } audio_pre_processing { - path /system/lib/soundfx/libqcomvoiceprocessing.so + path /vendor/lib/soundfx/libqcomvoiceprocessing.so } }