From fbf1d2a65afed0c7212830d7254a008e153692d8 Mon Sep 17 00:00:00 2001 From: Venkata Narendra Kumar Gutta Date: Thu, 26 Nov 2015 15:58:15 +0530 Subject: [PATCH] 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 --- sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.h b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.h index b154c3b50cd6..9bfbfa09b576 100644 --- a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.h +++ b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.h @@ -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"