[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210625123159.490218-1-13145886936@163.com>
Date: Fri, 25 Jun 2021 05:31:59 -0700
From: 13145886936@....com
To: perex@...ex.cz, tiwai@...e.com, matthias.bgg@...il.com,
alsa-devel@...a-project.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org, gushengxian <gushengxian@...ong.com>
Subject: [PATCH] ASoC: mediatek: mt8192: Simplify if else codes
From: gushengxian <gushengxian@...ong.com>
Simplify if else codes.
Signed-off-by: gushengxian <gushengxian@...ong.com>
---
sound/soc/mediatek/mt8192/mt8192-dai-adda.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sound/soc/mediatek/mt8192/mt8192-dai-adda.c b/sound/soc/mediatek/mt8192/mt8192-dai-adda.c
index f040dce85da5..f8c73e8624df 100644
--- a/sound/soc/mediatek/mt8192/mt8192-dai-adda.c
+++ b/sound/soc/mediatek/mt8192/mt8192-dai-adda.c
@@ -413,8 +413,6 @@ static int mtk_adda_pad_top_event(struct snd_soc_dapm_widget *w,
case SND_SOC_DAPM_PRE_PMU:
if (afe_priv->mtkaif_protocol == MTKAIF_PROTOCOL_2_CLK_P2)
regmap_write(afe->regmap, AFE_AUD_PAD_TOP, 0x38);
- else if (afe_priv->mtkaif_protocol == MTKAIF_PROTOCOL_2)
- regmap_write(afe->regmap, AFE_AUD_PAD_TOP, 0x30);
else
regmap_write(afe->regmap, AFE_AUD_PAD_TOP, 0x30);
break;
--
2.25.1
Powered by blists - more mailing lists