summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvincenttew <vincenttew@google.com>2021-07-02 11:06:18 +0800
committervincenttew <vincenttew@google.com>2021-07-02 11:06:18 +0800
commit837d3b35f90eaa6a1030300a2ff44e5897bd8232 (patch)
treeebe7ec8fa54f8ad39a7c4fde156c3316a5c96ffc
parent1b7bc2b7a0f86a31dae15c73c82c15c020306b8a (diff)
downloadbonito-837d3b35f90eaa6a1030300a2ff44e5897bd8232.tar.gz
audio: correct pcm device for secondary TDM tx
due to Qualcomm AU drop, the pcm sound card number need to follow to the correct one. Bug: 190564496 Signed-off-by: vincenttew <vincenttew@google.com> Change-Id: I35ed8ad8ec0773c3cec94aaa0f47067e82b7dc1e
-rw-r--r--audio_platform_info_intcodec_b4.xml2
-rw-r--r--audio_platform_info_intcodec_s4.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio_platform_info_intcodec_b4.xml b/audio_platform_info_intcodec_b4.xml
index fb71145d..0f3625dd 100644
--- a/audio_platform_info_intcodec_b4.xml
+++ b/audio_platform_info_intcodec_b4.xml
@@ -104,7 +104,7 @@
<usecase name="USECASE_VOICEMMODE2_CALL" type="in" id="19"/>
<usecase name="USECASE_VOICEMMODE2_CALL" type="out" id="19"/>
<usecase name="USECASE_AUDIO_SPKR_CALIB_RX" type="out" id="5"/>
- <usecase name="USECASE_AUDIO_SPKR_CALIB_TX" type="in" id="59"/>
+ <usecase name="USECASE_AUDIO_SPKR_CALIB_TX" type="in" id="61"/>
<usecase name="USECASE_AUDIO_PLAYBACK_AFE_PROXY" type="in" id="-1"/>
<usecase name="USECASE_AUDIO_PLAYBACK_AFE_PROXY" type="out" id="6"/>
<usecase name="USECASE_AUDIO_RECORD_AFE_PROXY" type="in" id="7"/>
diff --git a/audio_platform_info_intcodec_s4.xml b/audio_platform_info_intcodec_s4.xml
index 695d6436..e6e5cb33 100644
--- a/audio_platform_info_intcodec_s4.xml
+++ b/audio_platform_info_intcodec_s4.xml
@@ -104,7 +104,7 @@
<usecase name="USECASE_VOICEMMODE2_CALL" type="in" id="19"/>
<usecase name="USECASE_VOICEMMODE2_CALL" type="out" id="19"/>
<usecase name="USECASE_AUDIO_SPKR_CALIB_RX" type="out" id="5"/>
- <usecase name="USECASE_AUDIO_SPKR_CALIB_TX" type="in" id="59"/>
+ <usecase name="USECASE_AUDIO_SPKR_CALIB_TX" type="in" id="61"/>
<usecase name="USECASE_AUDIO_PLAYBACK_AFE_PROXY" type="in" id="-1"/>
<usecase name="USECASE_AUDIO_PLAYBACK_AFE_PROXY" type="out" id="6"/>
<usecase name="USECASE_AUDIO_RECORD_AFE_PROXY" type="in" id="7"/>