sm8350-common: audio: Add dolby volume listener

This commit is contained in:
New Author Name 2024-10-24 17:01:59 +05:30 committed by DigiGoon
parent 36e53fe270
commit 3705fffb02

View file

@ -43,6 +43,7 @@
<library name="shoebox" path="libshoebox.so"/> <library name="shoebox" path="libshoebox.so"/>
<!--DOLBY DAP--> <!--DOLBY DAP-->
<library name="dap" path="libhwdap.so"/> <library name="dap" path="libhwdap.so"/>
<library name="dvl" path="libdlbvol.so"/>
<!--DOLBY END--> <!--DOLBY END-->
<!--DOLBY GAME--> <!--DOLBY GAME-->
<library name="gamedap" path="libswgamedap.so"/> <library name="gamedap" path="libswgamedap.so"/>
@ -100,6 +101,7 @@
<effect name="shoebox" library="shoebox" uuid="1eab784c-1a36-4b2a-b7fc-e34c44cab89e"/> <effect name="shoebox" library="shoebox" uuid="1eab784c-1a36-4b2a-b7fc-e34c44cab89e"/>
<!--DOLBY DAP--> <!--DOLBY DAP-->
<effect name="dap" library="dap" uuid="9d4921da-8225-4f29-aefa-39537a04bcaa"/> <effect name="dap" library="dap" uuid="9d4921da-8225-4f29-aefa-39537a04bcaa"/>
<effect name="dlb_music_listener" library="dvl" uuid="40f66c8b-5aa5-4345-8919-53ec431aaa98"/>
<!--DOLBY END--> <!--DOLBY END-->
<!--DOLBY GAME--> <!--DOLBY GAME-->
<effect name="gamedap" library="gamedap" uuid="3783c334-d3a0-4d13-874f-0032e5fb80e2"/> <effect name="gamedap" library="gamedap" uuid="3783c334-d3a0-4d13-874f-0032e5fb80e2"/>
@ -112,6 +114,7 @@
<stream type="system"> <stream type="system">
</stream> </stream>
<stream type="music"> <stream type="music">
<apply effect="dlb_music_listener"/> <!--DOLBY ADD-->
</stream> </stream>
<stream type="ring"> <stream type="ring">
</stream> </stream>