dubai: Get rid of more dolby audio effects

E EffectsConfig: Could not find effect referenced in: <apply effect="dlb_music_listener"/>
E EffectsConfig: Could not find effect referenced in: <apply effect="dlb_ring_listener"/>
E EffectsConfig: Could not find effect referenced in: <apply effect="dlb_alarm_listener"/>
E EffectsConfig: Could not find effect referenced in: <apply effect="dlb_system_listener"/>
E EffectsConfig: Could not find effect referenced in: <apply effect="dlb_notification_listener"/>

Change-Id: Iec22b2801f06f3b0c41c93967c729762fefdd049
This commit is contained in:
Marc Bourgoin 2022-09-03 16:39:21 -06:00
parent 357d18043d
commit 6e12042a30

View file

@ -39,25 +39,18 @@
<postprocess> <postprocess>
<stream type="music"> <stream type="music">
<apply effect="music_helper"/> <apply effect="music_helper"/>
<apply effect="dlb_music_listener"/>
</stream> </stream>
<stream type="ring"> <stream type="ring">
<apply effect="ring_helper"/> <apply effect="ring_helper"/>
<apply effect="dlb_ring_listener"/>
</stream> </stream>
<stream type="alarm"> <stream type="alarm">
<apply effect="ring_helper"/> <apply effect="ring_helper"/>
<apply effect="dlb_alarm_listener"/>
</stream> </stream>
<stream type="voice_call"> <stream type="voice_call">
<apply effect="voice_helper"/> <apply effect="voice_helper"/>
</stream> </stream>
<stream type="system">
<apply effect="dlb_system_listener"/>
</stream>
<stream type="notification"> <stream type="notification">
<apply effect="notification_helper"/> <apply effect="notification_helper"/>
<apply effect="dlb_notification_listener"/>
</stream> </stream>
</postprocess> </postprocess>
<preprocess> <preprocess>