sm6250-common: audio: Add mixer controls for call screen support
Add mixer controls for proxy ports. Enable call screen mode support in audio_policy_config. Change-Id: I88eb274e8b88d089da930a786f9ea8085955ae3b
This commit is contained in:
parent
d0af0fb586
commit
33aa1748e1
@ -104,6 +104,7 @@
|
||||
<usecase name="USECASE_AUDIO_A2DP_ABR_FEEDBACK" type="in" id="36" />
|
||||
<usecase name="USECASE_AUDIO_A2DP_ABR_FEEDBACK" type="out" id="36" />
|
||||
<usecase name="USECASE_INCALL_MUSIC_UPLINK" type="out" id="23" />
|
||||
<usecase name="USECASE_INCALL_MUSIC_UPLINK2" type="out" id="23" />
|
||||
<usecase name="USECASE_AUDIO_RECORD_COMPRESS2" type="in" id="37" />
|
||||
<usecase name="USECASE_INCALL_REC_UPLINK" type="in" id="23" />
|
||||
<usecase name="USECASE_INCALL_REC_DOWNLINK" type="in" id="23" />
|
||||
|
@ -66,6 +66,7 @@
|
||||
<usecase name="USECASE_AUDIO_A2DP_ABR_FEEDBACK" type="in" id="36" />
|
||||
<usecase name="USECASE_AUDIO_A2DP_ABR_FEEDBACK" type="out" id="36" />
|
||||
<usecase name="USECASE_INCALL_MUSIC_UPLINK" type="out" id="23" />
|
||||
<usecase name="USECASE_INCALL_MUSIC_UPLINK2" type="out" id="23" />
|
||||
<usecase name="USECASE_AUDIO_RECORD_COMPRESS2" type="in" id="37" />
|
||||
<usecase name="USECASE_INCALL_REC_UPLINK" type="in" id="23" />
|
||||
<usecase name="USECASE_INCALL_REC_DOWNLINK" type="in" id="23" />
|
||||
|
@ -21,7 +21,7 @@
|
||||
<!-- version section contains a “version” tag in the form “major.minor” e.g version=”1.0” -->
|
||||
|
||||
<!-- Global configuration Decalaration -->
|
||||
<globalConfiguration speaker_drc_enabled="true"/>
|
||||
<globalConfiguration speaker_drc_enabled="true" call_screen_mode_supported="true"/>
|
||||
|
||||
|
||||
<!-- Modules section:
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- Copyright (c) 2015-2019, The Linux Foundation. All rights reserved. -->
|
||||
<!-- Copyright (c) 2015-2020, 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 -->
|
||||
@ -246,6 +246,9 @@
|
||||
<ctl name="VoiceMMode1_Tx Mixer USB_AUDIO_TX_MMode1" value="0" />
|
||||
<!-- Multimode Voice1 Display-Port -->
|
||||
<ctl name="DISPLAY_PORT_RX_Voice Mixer VoiceMMode1" value="0" />
|
||||
<!-- Multimode Voice1 proxy-Port -->
|
||||
<ctl name="PROXY_RX_Voice Mixer VoiceMMode1" value="0" />
|
||||
<ctl name="VoiceMMode1_Tx Mixer PROXY_TX_MMode1" value="0" />
|
||||
<!-- Miltimode Voice1 end-->
|
||||
|
||||
<!-- Multimode Voice2 -->
|
||||
@ -266,6 +269,9 @@
|
||||
<ctl name="VoiceMMode2_Tx Mixer USB_AUDIO_TX_MMode2" value="0" />
|
||||
<!-- Multimode Voice2 Display-Port -->
|
||||
<ctl name="DISPLAY_PORT_RX_Voice Mixer VoiceMMode2" value="0" />
|
||||
<!-- Multimode Voice2 proxy-Port -->
|
||||
<ctl name="PROXY_RX_Voice Mixer VoiceMMode2" value="0" />
|
||||
<ctl name="VoiceMMode2_Tx Mixer PROXY_TX_MMode2" value="0" />
|
||||
<!-- Multimode Voice2 end-->
|
||||
|
||||
<!-- Voice external ec. reference -->
|
||||
@ -2320,6 +2326,10 @@
|
||||
<path name="incall-rec-uplink-compress" />
|
||||
</path>
|
||||
|
||||
<path name="incall-rec-uplink call-proxy-in">
|
||||
<path name="incall-rec-uplink" />
|
||||
</path>
|
||||
|
||||
<path name="incall-rec-downlink">
|
||||
<ctl name="MultiMedia9 Mixer VOC_REC_DL" value="1" />
|
||||
</path>
|
||||
@ -2376,6 +2386,10 @@
|
||||
<path name="incall-rec-downlink-compress" />
|
||||
</path>
|
||||
|
||||
<path name="incall-rec-downlink call-proxy-in">
|
||||
<path name="incall-rec-downlink" />
|
||||
</path>
|
||||
|
||||
<path name="incall-rec-uplink-and-downlink">
|
||||
<path name="incall-rec-uplink" />
|
||||
<path name="incall-rec-downlink" />
|
||||
@ -2434,6 +2448,10 @@
|
||||
<path name="incall-rec-uplink-and-downlink-compress" />
|
||||
</path>
|
||||
|
||||
<path name="incall-rec-uplink-and-downlink call-proxy-in">
|
||||
<path name="incall-rec-uplink-and-downlink" />
|
||||
</path>
|
||||
|
||||
<path name="hfp-sco">
|
||||
</path>
|
||||
|
||||
@ -2570,6 +2588,11 @@
|
||||
<ctl name="VoiceMMode1_Tx Mixer TX_CDC_DMA_TX_3_MMode1" value="1" />
|
||||
</path>
|
||||
|
||||
<path name="voicemmode1-call call-proxy">
|
||||
<ctl name="PROXY_RX_Voice Mixer VoiceMMode1" value="1" />
|
||||
<ctl name="VoiceMMode1_Tx Mixer PROXY_TX_MMode1" value="1" />
|
||||
</path>
|
||||
|
||||
<path name="voicemmode2-call">
|
||||
<ctl name="TERT_MI2S_RX_Voice Mixer VoiceMMode2" value="1" />
|
||||
<ctl name="VoiceMMode2_Tx Mixer TX_CDC_DMA_TX_3_MMode2" value="1" />
|
||||
@ -2638,6 +2661,11 @@
|
||||
<ctl name="VoiceMMode2_Tx Mixer USB_AUDIO_TX_MMode2" value="1" />
|
||||
</path>
|
||||
|
||||
<path name="voicemmode2-call call-proxy">
|
||||
<ctl name="PROXY_RX_Voice Mixer VoiceMMode2" value="1" />
|
||||
<ctl name="VoiceMMode2_Tx Mixer PROXY_TX_MMode2" value="1" />
|
||||
</path>
|
||||
|
||||
<!-- VoIP Rx settings -->
|
||||
<path name="audio-playback-voip">
|
||||
<ctl name="TERT_MI2S_RX Audio Mixer MultiMedia10" value="1" />
|
||||
@ -3959,6 +3987,96 @@
|
||||
<path name="incall_music_uplink" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink call-proxy">
|
||||
<path name="incall_music_uplink" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2">
|
||||
<ctl name="Incall_Music_2 Audio Mixer MultiMedia9" value="1" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 speaker">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 handset">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 handset-hac">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 display-port">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 bt-sco">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 bt-sco-wb">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 speaker-and-display-port">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 afe-proxy">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 usb-headphones">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 usb-headset">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 speaker-and-usb-headphones">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 headphones">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 speaker-and-headphones">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 speaker-and-bt-sco">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 voice-tty-hco-handset">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 speaker-and-bt-a2dp">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 bt-a2dp">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 afe-proxy">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="incall_music_uplink2 call-proxy">
|
||||
<path name="incall_music_uplink2" />
|
||||
</path>
|
||||
|
||||
<path name="call-proxy">
|
||||
</path>
|
||||
|
||||
<path name="call-proxy-in">
|
||||
</path>
|
||||
|
||||
<path name="ultrasound-proximity">
|
||||
<ctl name="Ultrasound Enable" value="On" />
|
||||
<ctl name="Ultrasound Mode" value="790" />
|
||||
|
Loading…
Reference in New Issue
Block a user