From 39cdcfaa36202e960970d99442a184b34dff9860 Mon Sep 17 00:00:00 2001 From: Vatsal Bucha Date: Tue, 11 Jul 2017 12:45:29 +0530 Subject: [PATCH] ASoC: msm: qdsp6v2: Modify name for Tertiary mi2s RX and TX Change name from "TERTIARY_MI2S" to "TERT_MI2S" for RX and TX in order to maintain consistency with other Mi2S backends. CRs-Fixed: 2075701 Change-Id: Iceb789307306183ffe2eaae7f58ecc2a7590d627 Signed-off-by: Vatsal Bucha --- 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 19e726001d25..d73624a40cb7 100644 --- a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.h +++ b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.h @@ -56,8 +56,8 @@ #define LPASS_BE_SEC_MI2S_TX "SEC_MI2S_TX" #define LPASS_BE_PRI_MI2S_RX "PRI_MI2S_RX" #define LPASS_BE_PRI_MI2S_TX "PRI_MI2S_TX" -#define LPASS_BE_TERT_MI2S_RX "TERTIARY_MI2S_RX" -#define LPASS_BE_TERT_MI2S_TX "TERTIARY_MI2S_TX" +#define LPASS_BE_TERT_MI2S_RX "TERT_MI2S_RX" +#define LPASS_BE_TERT_MI2S_TX "TERT_MI2S_TX" #define LPASS_BE_AUDIO_I2S_RX "AUDIO_I2S_RX" #define LPASS_BE_STUB_RX "STUB_RX" #define LPASS_BE_STUB_TX "STUB_TX"