sdm660-common: Drop non-functional soundtrigger
* Fixes google assistant voice match in android 11
This commit is contained in:
parent
72424be3b9
commit
e5222049af
6 changed files with 7 additions and 334 deletions
|
@ -66,13 +66,16 @@ BOARD_HAS_QCA_FM_SOC := cherokee
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
|
AUDIO_DISABLE_SWAP_CHANNELS := true
|
||||||
AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT := true
|
AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT := true
|
||||||
|
AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true
|
||||||
|
AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
|
||||||
|
AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := false
|
||||||
|
AUDIO_USE_DEEP_AS_PRIMARY_OUTPUT := false
|
||||||
BOARD_USES_ALSA_AUDIO := true
|
BOARD_USES_ALSA_AUDIO := true
|
||||||
|
BOARD_SUPPORTS_SOUND_TRIGGER := true
|
||||||
USE_CUSTOM_AUDIO_POLICY := 1
|
USE_CUSTOM_AUDIO_POLICY := 1
|
||||||
USE_XML_AUDIO_POLICY_CONF := 1
|
USE_XML_AUDIO_POLICY_CONF := 1
|
||||||
BOARD_SUPPORTS_SOUND_TRIGGER_HAL := true
|
|
||||||
AUDIO_USE_DEEP_AS_PRIMARY_OUTPUT := false
|
|
||||||
AUDIO_DISABLE_SWAP_CHANNELS := true
|
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
BOARD_HAVE_BLUETOOTH := true
|
BOARD_HAVE_BLUETOOTH := true
|
||||||
|
|
|
@ -1,178 +0,0 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
||||||
<!--- Copyright (c) 2014-2017, The Linux Foundation. All rights reserved. -->
|
|
||||||
<!--- -->
|
|
||||||
<!--- Redistribution and use in source and binary forms, with or without -->
|
|
||||||
<!--- modification, are permitted provided that the following conditions are -->
|
|
||||||
<!--- met: -->
|
|
||||||
<!--- * Redistributions of source code must retain the above copyright -->
|
|
||||||
<!--- notice, this list of conditions and the following disclaimer. -->
|
|
||||||
<!--- * Redistributions in binary form must reproduce the above -->
|
|
||||||
<!--- copyright notice, this list of conditions and the following -->
|
|
||||||
<!--- disclaimer in the documentation and/or other materials provided -->
|
|
||||||
<!--- with the distribution. -->
|
|
||||||
<!--- * Neither the name of The Linux Foundation nor the names of its -->
|
|
||||||
<!--- contributors may be used to endorse or promote products derived -->
|
|
||||||
<!--- from this software without specific prior written permission. -->
|
|
||||||
<!--- -->
|
|
||||||
<!--- THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED -->
|
|
||||||
<!--- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -->
|
|
||||||
<!--- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT -->
|
|
||||||
<!--- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS -->
|
|
||||||
<!--- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -->
|
|
||||||
<!--- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -->
|
|
||||||
<!--- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -->
|
|
||||||
<!--- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -->
|
|
||||||
<!--- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -->
|
|
||||||
<!--- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -->
|
|
||||||
<!--- IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -->
|
|
||||||
|
|
||||||
<mixer>
|
|
||||||
<!-- These are the initial mixer settings -->
|
|
||||||
<ctl name="LSM1 Mixer INT3_MI2S_TX" value="0" />
|
|
||||||
<ctl name="LSM2 Mixer INT3_MI2S_TX" value="0" />
|
|
||||||
<ctl name="LSM3 Mixer INT3_MI2S_TX" value="0" />
|
|
||||||
<ctl name="LSM4 Mixer INT3_MI2S_TX" value="0" />
|
|
||||||
<ctl name="LSM5 Mixer INT3_MI2S_TX" value="0" />
|
|
||||||
<ctl name="LSM6 Mixer INT3_MI2S_TX" value="0" />
|
|
||||||
<ctl name="LSM7 Mixer INT3_MI2S_TX" value="0" />
|
|
||||||
<ctl name="LSM8 Mixer INT3_MI2S_TX" value="0" />
|
|
||||||
<ctl name="LSM1 Port" value="None" />
|
|
||||||
<ctl name="LSM2 Port" value="None" />
|
|
||||||
<ctl name="LSM3 Port" value="None" />
|
|
||||||
<ctl name="LSM4 Port" value="None" />
|
|
||||||
<ctl name="LSM5 Port" value="None" />
|
|
||||||
<ctl name="LSM6 Port" value="None" />
|
|
||||||
<ctl name="LSM7 Port" value="None" />
|
|
||||||
<ctl name="LSM8 Port" value="None" />
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="None" />
|
|
||||||
<ctl name="DEC1 MUX" value="ZERO" />
|
|
||||||
<ctl name="DEC2 MUX" value="ZERO" />
|
|
||||||
<ctl name="DEC3 MUX" value="ZERO" />
|
|
||||||
<ctl name="DEC4 MUX" value="ZERO" />
|
|
||||||
<ctl name="I2S TX2 INP1" value="ZERO" />
|
|
||||||
<ctl name="I2S TX2 INP2" value="ZERO" />
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-1">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM1 Port" value="INT3_MI2S_TX" />
|
|
||||||
<ctl name="LSM1 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-2">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM2 Port" value="INT3_MI2S_TX" />
|
|
||||||
<ctl name="LSM2 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-3">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM3 Port" value="INT3_MI2S_TX" />
|
|
||||||
<ctl name="LSM3 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-4">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM4 Port" value="INT3_MI2S_TX" />
|
|
||||||
<ctl name="LSM4 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-5">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM5 Port" value="INT3_MI2S_TX" />
|
|
||||||
<ctl name="LSM5 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-6">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM6 Port" value="INT3_MI2S_TX" />
|
|
||||||
<ctl name="LSM6 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-7">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM7 Port" value="INT3_MI2S_TX" />
|
|
||||||
<ctl name="LSM7 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-8">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM8 Port" value="INT3_MI2S_TX" />
|
|
||||||
<ctl name="LSM8 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-1 preproc">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM1 Port" value="ADM_LSM_TX" />
|
|
||||||
<ctl name="LSM1 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-2 preproc">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM2 Port" value="ADM_LSM_TX" />
|
|
||||||
<ctl name="LSM2 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-3 preproc">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM3 Port" value="ADM_LSM_TX" />
|
|
||||||
<ctl name="LSM3 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-4 preproc">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM4 Port" value="ADM_LSM_TX" />
|
|
||||||
<ctl name="LSM4 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-5 preproc">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM5 Port" value="ADM_LSM_TX" />
|
|
||||||
<ctl name="LSM5 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-6 preproc">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM6 Port" value="ADM_LSM_TX" />
|
|
||||||
<ctl name="LSM6 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-7 preproc">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM7 Port" value="ADM_LSM_TX" />
|
|
||||||
<ctl name="LSM7 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-voice-wakeup-8 preproc">
|
|
||||||
<ctl name="INT3_MI2S_TX LSM Function" value="SWAUDIO" />
|
|
||||||
<ctl name="LSM8 Port" value="ADM_LSM_TX" />
|
|
||||||
<ctl name="LSM8 Mixer INT3_MI2S_TX" value="1" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-ape-handset-mic">
|
|
||||||
<ctl name="DEC1 Volume" value="84" />
|
|
||||||
<ctl name="DEC1 MUX" value="DMIC3" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-ape-handset-mic-preproc">
|
|
||||||
<path name="listen-ape-handset-mic"/>
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="listen-ape-handset-qmic">
|
|
||||||
<ctl name="INT3_MI2S_TX Channels" value="Four" />
|
|
||||||
<ctl name="DEC1 MUX" value="DMIC2" />
|
|
||||||
<ctl name="DEC2 MUX" value="DMIC1" />
|
|
||||||
<ctl name="DEC3 MUX" value="DMIC3" />
|
|
||||||
<ctl name="I2S TX2 INP1" value="DEC3" />
|
|
||||||
<ctl name="DEC4 MUX" value="DMIC4" />
|
|
||||||
<ctl name="I2S TX2 INP2" value="DEC4" />
|
|
||||||
</path>
|
|
||||||
|
|
||||||
<path name="echo-reference">
|
|
||||||
<ctl name="AUDIO_REF_EC_UL1 MUX" value="INT4_MI2S_RX"/>
|
|
||||||
<ctl name="EC Reference Channels" value="Two"/>
|
|
||||||
<ctl name="EC Reference Bit Format" value="S16_LE"/>
|
|
||||||
<ctl name="EC Reference SampleRate" value="48000"/>
|
|
||||||
</path>
|
|
||||||
|
|
||||||
|
|
||||||
</mixer>
|
|
|
@ -1,139 +0,0 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
||||||
<!--- Copyright (c) 2013-2017, The Linux Foundation. All rights reserved. -->
|
|
||||||
<!--- -->
|
|
||||||
<!--- Redistribution and use in source and binary forms, with or without -->
|
|
||||||
<!--- modification, are permitted provided that the following conditions are -->
|
|
||||||
<!--- met: -->
|
|
||||||
<!--- * Redistributions of source code must retain the above copyright -->
|
|
||||||
<!--- notice, this list of conditions and the following disclaimer. -->
|
|
||||||
<!--- * Redistributions in binary form must reproduce the above -->
|
|
||||||
<!--- copyright notice, this list of conditions and the following -->
|
|
||||||
<!--- disclaimer in the documentation and/or other materials provided -->
|
|
||||||
<!--- with the distribution. -->
|
|
||||||
<!--- * Neither the name of The Linux Foundation nor the names of its -->
|
|
||||||
<!--- contributors may be used to endorse or promote products derived -->
|
|
||||||
<!--- from this software without specific prior written permission. -->
|
|
||||||
<!--- -->
|
|
||||||
<!--- THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED -->
|
|
||||||
<!--- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -->
|
|
||||||
<!--- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT -->
|
|
||||||
<!--- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS -->
|
|
||||||
<!--- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -->
|
|
||||||
<!--- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -->
|
|
||||||
<!--- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -->
|
|
||||||
<!--- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -->
|
|
||||||
<!--- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -->
|
|
||||||
<!--- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -->
|
|
||||||
<!--- IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -->
|
|
||||||
<sound_trigger_platform_info>
|
|
||||||
<param version="0x0101" /> <!-- this must be the first param -->
|
|
||||||
<common_config>
|
|
||||||
<param max_cpe_sessions="1" />
|
|
||||||
<param max_wdsp_sessions="2" />
|
|
||||||
<param max_ape_sessions="8" />
|
|
||||||
<param enable_failure_detection="false" />
|
|
||||||
<!-- Below backend params must match with port used in mixer path file -->
|
|
||||||
<!-- param used to configure backend sample rate, format and channels -->
|
|
||||||
<param backend_port_name="SLIM_0_TX" />
|
|
||||||
<!-- Param used to match and obtain device backend index -->
|
|
||||||
<param backend_dai_name="SLIMBUS_0_TX" />
|
|
||||||
</common_config>
|
|
||||||
<acdb_ids>
|
|
||||||
<param DEVICE_HANDSET_MIC_APE="100" />
|
|
||||||
<param DEVICE_HANDSET_MIC_CPE="128" />
|
|
||||||
<param DEVICE_HANDSET_MIC_ECPP_CPE="128" />
|
|
||||||
<param DEVICE_HANDSET_MIC_PP_APE="137" />
|
|
||||||
<param DEVICE_HANDSET_QMIC_APE="138" />
|
|
||||||
</acdb_ids>
|
|
||||||
<!-- Multiple sound_model_config tags can be listed, each with unique -->
|
|
||||||
<!-- vendor_uuid. The below tag represents QTI SVA engine sound model -->
|
|
||||||
<!-- configuration. ISV must use their own unique vendor_uuid. -->
|
|
||||||
<sound_model_config>
|
|
||||||
<param vendor_uuid="68ab2d40-e860-11e3-95ef-0002a5d5c51b" />
|
|
||||||
<!-- HMI_L6660_A01-1117 MOD by duanlongfei for VTS fail 20180603 begin -->
|
|
||||||
<param execution_type="ADSP" /> <!-- value: "WDSP" "ADSP" "DYNAMIC" -->
|
|
||||||
<!-- HMI_L6660_A01-1117 MOD by duanlongfei for VTS fail 20180603 end -->
|
|
||||||
<param app_type="2" /> <!-- app type used in ACDB -->
|
|
||||||
<param library="libsmwrapper.so" />
|
|
||||||
<param max_cpe_phrases="6" />
|
|
||||||
<param max_cpe_users="3" />
|
|
||||||
<param max_ape_phrases="10" />
|
|
||||||
<param max_ape_users="10" />
|
|
||||||
<!-- Profile specific data which the algorithm can support -->
|
|
||||||
<param sample_rate="16000" />
|
|
||||||
<param bit_width="16" />
|
|
||||||
<param channel_count="1"/>
|
|
||||||
<!-- adm_cfg_profile should match with the one defined under adm_config -->
|
|
||||||
<!-- Set it to NONE if LSM directly connects to AFE -->
|
|
||||||
<param adm_cfg_profile="NONE" />
|
|
||||||
<!-- fluence_type: "FLUENCE", FLUENCE_DMIC", FLUENCE_QMIC" -->
|
|
||||||
<!-- param value is valid when adm_cfg_profile="FLUENCE" -->
|
|
||||||
<param fluence_type="FLUENCE_QMIC" />
|
|
||||||
<gcs_usecase>
|
|
||||||
<param uid="0x1" />
|
|
||||||
<!-- module_id, instance_id, param_id -->
|
|
||||||
<param load_sound_model_ids="0x00012C0D, 0x2, 0x00012C14" />
|
|
||||||
<param confidence_levels_ids="0x00012C0D, 0x2, 0x00012C28" />
|
|
||||||
<param detection_event_ids="0x00012C0D, 0x2, 0x00012C29" />
|
|
||||||
<param read_cmd_ids="0x00020013, 0x2, 0x00020015" />
|
|
||||||
<param read_rsp_ids="0x00020013, 0x2, 0x00020016" />
|
|
||||||
</gcs_usecase>
|
|
||||||
<gcs_usecase>
|
|
||||||
<param uid="0x2" />
|
|
||||||
<param load_sound_model_ids="0x00012C0D, 0x3, 0x00012C14" />
|
|
||||||
<param confidence_levels_ids="0x00012C0D, 0x3, 0x00012C28" />
|
|
||||||
<param detection_event_ids="0x00012C0D, 0x3, 0x00012C29" />
|
|
||||||
<param read_cmd_ids="0x00020013, 0x3, 0x00020015" />
|
|
||||||
<param read_rsp_ids="0x00020013, 0x3, 0x00020016" />
|
|
||||||
</gcs_usecase>
|
|
||||||
<!-- Module and param ids with which the algorithm is integrated
|
|
||||||
in non-graphite firmware (note these must come after gcs params)
|
|
||||||
Extends flexibility to have different ids based on execution mode.
|
|
||||||
valid execution_mode values: "WDSP" "ADSP" -->
|
|
||||||
<lsm_usecase>
|
|
||||||
<param execution_mode="ADSP" />
|
|
||||||
<param load_sound_model_ids="0x00012C1C, 0x00012C14" />
|
|
||||||
<param unload_sound_model_ids="0x00012C1C, 0x00012C15" />
|
|
||||||
<param confidence_levels_ids="0x00012C1C, 0x00012C07" />
|
|
||||||
<param operation_mode_ids="0x00012C1C, 0x00012C02" />
|
|
||||||
<param polling_enable_ids="0x00012C1C, 0x00012C1B" />
|
|
||||||
</lsm_usecase>
|
|
||||||
|
|
||||||
<lsm_usecase>
|
|
||||||
<param execution_mode="WDSP" />
|
|
||||||
<param load_sound_model_ids="0x00012C0D, 0x00012C14" />
|
|
||||||
<param unload_sound_model_ids="0x00012C0D, 0x00012C15" />
|
|
||||||
<param confidence_levels_ids="0x00012C0D, 0x00012C07" />
|
|
||||||
<param operation_mode_ids="0x00012C0D, 0x00012C02" />
|
|
||||||
</lsm_usecase>
|
|
||||||
|
|
||||||
<!-- format: "ADPCM_packet" or "PCM_packet" !-->
|
|
||||||
<!-- transfer_mode: "FTRT" or "RT" -->
|
|
||||||
<!-- kw_duration is in milli seconds. It is valid only for FTRT
|
|
||||||
transfer mode -->
|
|
||||||
<param capture_keyword="PCM_packet, RT, 2000" />
|
|
||||||
<param client_capture_read_delay="2000" />
|
|
||||||
</sound_model_config>
|
|
||||||
|
|
||||||
<!-- Multiple adm_config tags can be listed, each with unique profile name. -->
|
|
||||||
<!-- app_type to match corresponding value from ACDB -->
|
|
||||||
<adm_config>
|
|
||||||
<param adm_cfg_profile="DEFAULT" />
|
|
||||||
<param app_type="69938" />
|
|
||||||
<param sample_rate="16000" />
|
|
||||||
<param bit_width="16" />
|
|
||||||
</adm_config>
|
|
||||||
|
|
||||||
<adm_config>
|
|
||||||
<param adm_cfg_profile="FLUENCE" />
|
|
||||||
<param app_type="69943" />
|
|
||||||
<param sample_rate="16000" />
|
|
||||||
<param bit_width="16" />
|
|
||||||
</adm_config>
|
|
||||||
|
|
||||||
<!-- backend_type tag defines backend type for each device -->
|
|
||||||
<!-- Default value is assumed for devices that are not listed here -->
|
|
||||||
<backend_type>
|
|
||||||
<param DEVICE_HANDSET_MIC_ECPP_CPE="BACKEND_ECPP" />
|
|
||||||
</backend_type>
|
|
||||||
</sound_trigger_platform_info>
|
|
|
@ -228,15 +228,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.soundtrigger</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>2.2</version>
|
|
||||||
<interface>
|
|
||||||
<name>ISoundTriggerHw</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.thermal</name>
|
<name>android.hardware.thermal</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
|
@ -407,7 +407,6 @@ vendor/lib64/libkeymasterprovision.so|25505bda86672a5ae31f75b8f8af0a3560ef648f
|
||||||
vendor/lib64/libkeymasterutils.so|2791994395cd10eb1092b8bd8fea15987e17421d
|
vendor/lib64/libkeymasterutils.so|2791994395cd10eb1092b8bd8fea15987e17421d
|
||||||
|
|
||||||
# Listen - from LA.UM.8.2.r1-07400-sdm660.0
|
# Listen - from LA.UM.8.2.r1-07400-sdm660.0
|
||||||
vendor/lib/hw/sound_trigger.primary.sdm660.so|336e4af06f2ddd74bf318bae8ce21388c7f90ac6
|
|
||||||
vendor/lib/libadpcmdec.so|8c72aa1812bfa749f266020366894c8a3873d99c
|
vendor/lib/libadpcmdec.so|8c72aa1812bfa749f266020366894c8a3873d99c
|
||||||
vendor/lib/libgcs-calwrapper.so|cbf3dbe43161b68adfaf48a9da4e7fedd7b02f5a
|
vendor/lib/libgcs-calwrapper.so|cbf3dbe43161b68adfaf48a9da4e7fedd7b02f5a
|
||||||
vendor/lib/libgcs-ipc.so|215c2dded9ccd0fc015db2d7008824e332886d2b
|
vendor/lib/libgcs-ipc.so|215c2dded9ccd0fc015db2d7008824e332886d2b
|
||||||
|
|
|
@ -90,7 +90,6 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.audio@6.0-impl \
|
android.hardware.audio@6.0-impl \
|
||||||
android.hardware.audio.effect@6.0-impl \
|
android.hardware.audio.effect@6.0-impl \
|
||||||
android.hardware.audio.service \
|
android.hardware.audio.service \
|
||||||
android.hardware.soundtrigger@2.2-impl\
|
|
||||||
audio.a2dp.default \
|
audio.a2dp.default \
|
||||||
audio.primary.sdm660 \
|
audio.primary.sdm660 \
|
||||||
audio.r_submix.default \
|
audio.r_submix.default \
|
||||||
|
@ -114,9 +113,7 @@ PRODUCT_COPY_FILES += \
|
||||||
$(COMMON_PATH)/configs/audio/audio_policy_configuration_a2dp_offload_disabled.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration_a2dp_offload_disabled.xml \
|
$(COMMON_PATH)/configs/audio/audio_policy_configuration_a2dp_offload_disabled.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration_a2dp_offload_disabled.xml \
|
||||||
$(COMMON_PATH)/configs/audio/audio_tuning_mixer.txt:$(TARGET_COPY_OUT_VENDOR)/etc/audio_tuning_mixer.txt \
|
$(COMMON_PATH)/configs/audio/audio_tuning_mixer.txt:$(TARGET_COPY_OUT_VENDOR)/etc/audio_tuning_mixer.txt \
|
||||||
$(COMMON_PATH)/configs/audio/graphite_ipc_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/graphite_ipc_platform_info.xml \
|
$(COMMON_PATH)/configs/audio/graphite_ipc_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/graphite_ipc_platform_info.xml \
|
||||||
$(COMMON_PATH)/configs/audio/listen_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/listen_platform_info.xml \
|
$(COMMON_PATH)/configs/audio/listen_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/listen_platform_info.xml
|
||||||
$(COMMON_PATH)/configs/audio/sound_trigger_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths.xml \
|
|
||||||
$(COMMON_PATH)/configs/audio/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml
|
|
||||||
|
|
||||||
# Audio Policy
|
# Audio Policy
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
Loading…
Reference in a new issue