Add Pokebowl definition
- feature to turn on/off support_pokebowl in aoc_control.c - TUNING_COMPONEBT definition - including *.so in build To use pokebowl, please unmark the 3 lines with pokebowl keyword The pokebowl definition will take effect after ag/26138938 is submitted Bug:319613487 Test: mm Change-Id: Ibffc0a7dc37c5dbc42fdadd251f47ea37bd4b01a Signed-off-by: Tristan Ho <tristanho@google.com> Change-Id: I9fbac68cea1b43d9fb54ee49e2a3018e08f28cfe
This commit is contained in:
parent
10efeff81a
commit
7700d78617
1 changed files with 3 additions and 0 deletions
|
@ -254,6 +254,7 @@
|
|||
<feature name="SoundTriggerDockTuning"/>
|
||||
<feature name="BatteryThrottle=Type:BCL_VOLTAGE,Name:BCL_AUDIO_BAACL,Strategy:WholeSpeaker"/>
|
||||
<feature name="Apmg3"/>
|
||||
<!--feature name="Pokebowl"/-->
|
||||
</features>
|
||||
|
||||
<cfg_attr>
|
||||
|
@ -292,6 +293,7 @@
|
|||
<item component="TUNING_COMPONENT_WAVES" id="2"/>
|
||||
<item component="TUNING_COMPONENT_FORTEMEDIA" id="3"/>
|
||||
<item component="TUNING_COMPONENT_APMG3" id="24"/>
|
||||
<!--item component="TUNING_COMPONENT_POKEBOWL" id="25"/-->
|
||||
<item component="TUNING_COMPONENT_CAMCORDER" id="6"/>
|
||||
<item component="TUNING_COMPONENT_STEREO_SPATIALIZER" id="26"/>
|
||||
</xlate_id>
|
||||
|
@ -312,6 +314,7 @@
|
|||
<module libname="audio_amcs_ext.so" argu="SpeakerNum=4" />
|
||||
<module libname="audio_bluenote_aoc.so"/>
|
||||
<module libname="audio_apmg3_aoc.so"/>
|
||||
<!--module libname="audio_pokebowl_aoc.so"/-->
|
||||
</external_module>
|
||||
|
||||
<hal_effect>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue