[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <503a71aa95b8e4b75eb7e9e5de03a013f5155036.camel@mediatek.com>
Date: Fri, 8 Jul 2022 18:19:29 +0800
From: Jiaxin Yu <jiaxin.yu@...iatek.com>
To: AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>,
Zhongjun Tan <hbut_tan@....com>, <lgirdwood@...il.com>,
<broonie@...nel.org>, <perex@...ex.c>, <tiwai@...e.com>,
<matthias.bgg@...il.com>, <tanzhongjun@...lpad.com>,
<colin.king@...el.com>
CC: <alsa-devel@...a-project.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ASoC: mediatek: mt8186: Remove condition with no effect
On Fri, 2022-07-08 at 10:01 +0200, AngeloGioacchino Del Regno wrote:
> Il 08/07/22 04:46, Zhongjun Tan ha scritto:
> > From: Zhongjun Tan <tanzhongjun@...lpad.com>
> >
> > Remove condition with no effect
> >
> > Signed-off-by: Zhongjun Tan <tanzhongjun@...lpad.com>
> > ---
> > sound/soc/mediatek/mt8186/mt8186-dai-adda.c | 2 --
> > 1 file changed, 2 deletions(-)
> >
> > diff --git a/sound/soc/mediatek/mt8186/mt8186-dai-adda.c
> > b/sound/soc/mediatek/mt8186/mt8186-dai-adda.c
> > index db71b032770d..6be6d4f3b585 100644
> > --- a/sound/soc/mediatek/mt8186/mt8186-dai-adda.c
> > +++ b/sound/soc/mediatek/mt8186/mt8186-dai-adda.c
> > @@ -295,8 +295,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,
> > 0x39);
> > - else if (afe_priv->mtkaif_protocol ==
> > MTKAIF_PROTOCOL_2)
> > - regmap_write(afe->regmap, AFE_AUD_PAD_TOP,
> > 0x31);
>
> I think that this needs some clarification from MediaTek: was 0x31 a
> typo here?
>
> Regards,
> Angelo
>
Hi Angelo,
This patch can be accepted. The 0x31 is not typo, the logic of this
code is not concise enough.
Thanks,
Jiaxin.Yu
> > else
> > regmap_write(afe->regmap, AFE_AUD_PAD_TOP,
> > 0x31);
> > break;
>
>
Powered by blists - more mailing lists