ASoC: msm: Fix Incall recording downlink failure
In Voice call, Incall recording in downlink path isn't working. This is due to dpcm capture flag isn't set for "Incall Record Downlink" backend DAI link. Update this flag to fix this issue and also, update the naming convention of Incall recording DAI links to avoid confusion. CRs-Fixed: 943349 Change-Id: I788b8718699c3d0ec4de257a57e01f6438bb04a9 Signed-off-by: Venkata Narendra Kumar Gutta <vgutta@codeaurora.org>
This commit is contained in:
parent
f5d225e2ff
commit
fbf1d2a65a
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
|||
#define LPASS_BE_SEC_AUXPCM_TX "SEC_AUX_PCM_TX"
|
||||
#define LPASS_BE_VOICE_PLAYBACK_TX "VOICE_PLAYBACK_TX"
|
||||
#define LPASS_BE_VOICE2_PLAYBACK_TX "VOICE2_PLAYBACK_TX"
|
||||
#define LPASS_BE_INCALL_RECORD_RX "INCALL_RECORD_TX"
|
||||
#define LPASS_BE_INCALL_RECORD_TX "INCALL_RECORD_RX"
|
||||
#define LPASS_BE_INCALL_RECORD_RX "INCALL_RECORD_RX"
|
||||
#define LPASS_BE_INCALL_RECORD_TX "INCALL_RECORD_TX"
|
||||
#define LPASS_BE_SEC_I2S_RX "SECONDARY_I2S_RX"
|
||||
#define LPASS_BE_SPDIF_RX "SPDIF_RX"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue