Parcourir la source

audio: add missed camcorder be_cfg in dsp latency

Some 3rd party app may use one or three microhpne(s)
to do the camera recording.
Add these two configurations to UC_AUDIO_RECORD to sync
the audio and video of the recoreded video.

Bug: 260824124
Test: Reporter verified
Change-Id: I9ee30d97971dc2499787592f8632f48ef79eae80
millerliang il y a 2 ans
Parent
commit
926ba2baf2
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      audio/lynx/config/audio_platform_configuration.xml

+ 2 - 0
audio/lynx/config/audio_platform_configuration.xml

@@ -225,6 +225,8 @@
             <be_cfg be_id="IN_CAMCORDER_SELFIE_LANDSCAPE_BE_CFG" latency="100000"/>
             <be_cfg be_id="IN_CAMCORDER_SELFIE_INVERT_LANDSCAPE_BE_CFG" latency="100000"/>
             <be_cfg be_id="IN_CAMCORDER_SELFIE_PORTRAIT_BE_CFG" latency="100000"/>
+            <be_cfg be_id="IN_CAMCORDER_MIC_BE_CFG" latency="100000"/>
+            <be_cfg be_id="IN_CAMCORDER_TRIPLE_MIC_BE_CFG" latency="100000"/>
             <be_cfg be_id="IN_BTSCO_MIC_BE_CFG" latency="100000"/>
             <be_cfg be_id="IN_BTSCO_MIC_NREC_BE_CFG" latency="100000"/>
             <be_cfg be_id="IN_BTSCO_MIC_WB_BE_CFG" latency="100000"/>