Revert "sm7125: Actually add dolby audio effect"

This reverts commit 97bd7304f0.
urubino-microg
Ruchit 2 years ago
parent b741534431
commit 8342ae099f
  1. 3
      common.mk
  2. 7
      configs/audio/audio_effects.conf
  3. 19
      configs/audio/audio_effects.xml
  4. 3
      proprietary-files.txt

@ -80,8 +80,7 @@ PRODUCT_PACKAGES += \
libqcomvisualizer \
libqcomvoiceprocessing \
libqcompostprocbundle \
libvolumelistener \
SamsungDAP
libvolumelistener
TARGET_EXCLUDES_AUDIOFX := true

@ -54,9 +54,6 @@ libraries {
shoebox {
path /vendor/lib/soundfx/libshoebox.so
}
dap {
path /vendor/lib/soundfx/libswdap.so
}
}
# Default pre-processing library. Add to audio_effect.conf "libraries" section if
@ -269,10 +266,6 @@ effects {
library shoebox
uuid 1eab784c-1a36-4b2a-b7fc-e34c44cab89e
}
dap {
library dap
uuid 6ab06da4-c516-4611-8166-452799218539
}
}
# additional effect from vendor

@ -41,7 +41,6 @@
<library name="volume_listener" path="libvolumelistener.so"/>
<library name="audiosphere" path="libasphere.so"/>
<library name="shoebox" path="libshoebox.so"/>
<library name="dap" path="libswdap.so"/>
<library name="spatializer" path="libswspatializer.so"/>
</libraries>
<effects>
@ -90,9 +89,25 @@
<effect name="notification_helper" library="volume_listener" uuid="0b776dde-0590-11e5-81ba-0025b32654a0"/>
<effect name="audiosphere" library="audiosphere" uuid="184e62ab-2d19-4364-9d1b-c0a40733866c"/>
<effect name="shoebox" library="shoebox" uuid="1eab784c-1a36-4b2a-b7fc-e34c44cab89e"/>
<effect name="dap" library="dap" uuid="6ab06da4-c516-4611-8166-452799218539"/>
<effect name="spatializer" library="spatializer" uuid="ccd4cf09-a79d-46c2-9aae-06a1698d6c8f"/>
</effects>
<postprocess>
<stream type="music">
<apply effect="music_helper"/>
</stream>
<stream type="ring">
<apply effect="ring_helper"/>
</stream>
<stream type="alarm">
<apply effect="alarm_helper"/>
</stream>
<stream type="voice_call">
<apply effect="voice_helper"/>
</stream>
<stream type="notification">
<apply effect="notification_helper"/>
</stream>
</postprocess>
<preprocess>
<stream type="voice_communication">
<apply effect="aec"/>

@ -82,7 +82,6 @@ vendor/lib/libcirrusspkrprot.so
vendor/lib/libsurround_3mic_proc.so
vendor/lib/libdrc.so
vendor/lib/libspkrprot.so
vendor/lib/libprofileparamstorage.so|59dedc17d5380471a44cb486bf58c8d7834f2a08
vendor/lib/libspatializerparamstorage.so
vendor/lib64/libspatializerparamstorage.so
vendor/lib/spatializer-aidl-V1-cpp.so
@ -109,7 +108,6 @@ vendor/lib/soundfx/libasphere.so
vendor/lib/soundfx/libqcreverb.so
vendor/lib/soundfx/libshoebox.so
vendor/lib/soundfx/libqcbassboost.so
vendor/lib/soundfx/libswdap.so|171c1d10728166a328dd61af9220ccac6117d455
vendor/lib/soundfx/libswspatializer.so
vendor/lib64/soundfx/libqcvirt.so
vendor/lib64/soundfx/libasphere.so
@ -117,7 +115,6 @@ vendor/lib64/soundfx/libqcreverb.so
vendor/lib64/soundfx/libshoebox.so
vendor/lib64/soundfx/libqcbassboost.so
vendor/lib64/soundfx/libswspatializer.so
vendor/etc/dolby/dax-default.xml
# Audio Firmware
vendor/firmware/dax_param.bin

Loading…
Cancel
Save