sm8350-common: audio: Add dolby volume listener
This commit is contained in:
parent
5dff0f3847
commit
f98df2e10f
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
<library name="shoebox" path="libshoebox.so"/>
|
||||
<!--DOLBY DAP-->
|
||||
<library name="dap" path="libhwdap.so"/>
|
||||
<library name="dvl" path="libdlbvol.so"/>
|
||||
<!--DOLBY END-->
|
||||
<!--DOLBY GAME-->
|
||||
<library name="gamedap" path="libswgamedap.so"/>
|
||||
|
|
@ -100,6 +101,7 @@
|
|||
<effect name="shoebox" library="shoebox" uuid="1eab784c-1a36-4b2a-b7fc-e34c44cab89e"/>
|
||||
<!--DOLBY DAP-->
|
||||
<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 GAME-->
|
||||
<effect name="gamedap" library="gamedap" uuid="3783c334-d3a0-4d13-874f-0032e5fb80e2"/>
|
||||
|
|
@ -112,6 +114,7 @@
|
|||
<stream type="system">
|
||||
</stream>
|
||||
<stream type="music">
|
||||
<apply effect="dlb_music_listener"/> <!--DOLBY ADD-->
|
||||
</stream>
|
||||
<stream type="ring">
|
||||
</stream>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue