All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tzung-Bi Shih <tzungbi@kernel.org>
To: Jiaxin Yu <jiaxin.yu@mediatek.com>
Cc: devicetree@vger.kernel.org, linmq006@gmail.com,
	alsa-devel@alsa-project.org, robh+dt@kernel.org,
	linux-kernel@vger.kernel.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	broonie@kernel.org, linux-mediatek@lists.infradead.org,
	trevor.wu@mediatek.com, matthias.bgg@gmail.com,
	aaronyu@google.com, linux-arm-kernel@lists.infradead.org,
	angelogioacchino.delregno@collabora.com
Subject: Re: [v8 2/4] ASoC: mediatek: mt8192: refactor for I2S3 DAI link of speaker
Date: Wed, 6 Apr 2022 02:30:00 +0000	[thread overview]
Message-ID: <Ykz7KB221jyfwKzQ@google.com> (raw)
In-Reply-To: <20220402051754.17513-3-jiaxin.yu@mediatek.com>

On Sat, Apr 02, 2022 at 01:17:52PM +0800, Jiaxin Yu wrote:
> MT8192 platform will use rt1015 or rt105p codec, so through the

s/rt105p/rt1015p/.

>  static int mt8192_mt6359_dev_probe(struct platform_device *pdev)
[...]
> +	hdmi_codec = of_parse_phandle(pdev->dev.of_node, "mediatek,hdmi-codec", 0);
> +	if (!hdmi_codec)
> +		dev_info(&pdev->dev, "The machine don't have hdmi-codec\n");

s/don't have/has no/.

WARNING: multiple messages have this Message-ID (diff)
From: Tzung-Bi Shih <tzungbi@kernel.org>
To: Jiaxin Yu <jiaxin.yu@mediatek.com>
Cc: broonie@kernel.org, robh+dt@kernel.org,
	angelogioacchino.delregno@collabora.com, aaronyu@google.com,
	matthias.bgg@gmail.com, trevor.wu@mediatek.com,
	linmq006@gmail.com, alsa-devel@alsa-project.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com
Subject: Re: [v8 2/4] ASoC: mediatek: mt8192: refactor for I2S3 DAI link of speaker
Date: Wed, 6 Apr 2022 02:30:00 +0000	[thread overview]
Message-ID: <Ykz7KB221jyfwKzQ@google.com> (raw)
In-Reply-To: <20220402051754.17513-3-jiaxin.yu@mediatek.com>

On Sat, Apr 02, 2022 at 01:17:52PM +0800, Jiaxin Yu wrote:
> MT8192 platform will use rt1015 or rt105p codec, so through the

s/rt105p/rt1015p/.

>  static int mt8192_mt6359_dev_probe(struct platform_device *pdev)
[...]
> +	hdmi_codec = of_parse_phandle(pdev->dev.of_node, "mediatek,hdmi-codec", 0);
> +	if (!hdmi_codec)
> +		dev_info(&pdev->dev, "The machine don't have hdmi-codec\n");

s/don't have/has no/.

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Tzung-Bi Shih <tzungbi@kernel.org>
To: Jiaxin Yu <jiaxin.yu@mediatek.com>
Cc: broonie@kernel.org, robh+dt@kernel.org,
	angelogioacchino.delregno@collabora.com, aaronyu@google.com,
	matthias.bgg@gmail.com, trevor.wu@mediatek.com,
	linmq006@gmail.com, alsa-devel@alsa-project.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com
Subject: Re: [v8 2/4] ASoC: mediatek: mt8192: refactor for I2S3 DAI link of speaker
Date: Wed, 6 Apr 2022 02:30:00 +0000	[thread overview]
Message-ID: <Ykz7KB221jyfwKzQ@google.com> (raw)
In-Reply-To: <20220402051754.17513-3-jiaxin.yu@mediatek.com>

On Sat, Apr 02, 2022 at 01:17:52PM +0800, Jiaxin Yu wrote:
> MT8192 platform will use rt1015 or rt105p codec, so through the

s/rt105p/rt1015p/.

>  static int mt8192_mt6359_dev_probe(struct platform_device *pdev)
[...]
> +	hdmi_codec = of_parse_phandle(pdev->dev.of_node, "mediatek,hdmi-codec", 0);
> +	if (!hdmi_codec)
> +		dev_info(&pdev->dev, "The machine don't have hdmi-codec\n");

s/don't have/has no/.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Tzung-Bi Shih <tzungbi@kernel.org>
To: Jiaxin Yu <jiaxin.yu@mediatek.com>
Cc: broonie@kernel.org, robh+dt@kernel.org,
	angelogioacchino.delregno@collabora.com, aaronyu@google.com,
	matthias.bgg@gmail.com, trevor.wu@mediatek.com,
	linmq006@gmail.com, alsa-devel@alsa-project.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com
Subject: Re: [v8 2/4] ASoC: mediatek: mt8192: refactor for I2S3 DAI link of speaker
Date: Wed, 6 Apr 2022 02:30:00 +0000	[thread overview]
Message-ID: <Ykz7KB221jyfwKzQ@google.com> (raw)
In-Reply-To: <20220402051754.17513-3-jiaxin.yu@mediatek.com>

On Sat, Apr 02, 2022 at 01:17:52PM +0800, Jiaxin Yu wrote:
> MT8192 platform will use rt1015 or rt105p codec, so through the

s/rt105p/rt1015p/.

>  static int mt8192_mt6359_dev_probe(struct platform_device *pdev)
[...]
> +	hdmi_codec = of_parse_phandle(pdev->dev.of_node, "mediatek,hdmi-codec", 0);
> +	if (!hdmi_codec)
> +		dev_info(&pdev->dev, "The machine don't have hdmi-codec\n");

s/don't have/has no/.

  reply	other threads:[~2022-04-06  2:31 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-02  5:17 [v8 0/4] ASoC: mediatek: mt8192: support rt1015p_rt5682s Jiaxin Yu
2022-04-02  5:17 ` Jiaxin Yu
2022-04-02  5:17 ` Jiaxin Yu
2022-04-02  5:17 ` Jiaxin Yu
2022-04-02  5:17 ` [v8 1/4] ASoC: dt-bindings: mt8192-mt6359: add new compatible and new properties Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-02  5:17 ` [v8 2/4] ASoC: mediatek: mt8192: refactor for I2S3 DAI link of speaker Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-06  2:30   ` Tzung-Bi Shih [this message]
2022-04-06  2:30     ` Tzung-Bi Shih
2022-04-06  2:30     ` Tzung-Bi Shih
2022-04-06  2:30     ` Tzung-Bi Shih
2022-04-02  5:17 ` [v8 3/4] ASoC: mediatek: mt8192: refactor for I2S8/I2S9 DAI links of headset Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-02  5:17 ` [v8 4/4] ASoC: mediatek: mt8192: support rt1015p_rt5682s Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-02  5:17   ` Jiaxin Yu
2022-04-08 14:47 ` [v8 0/4] " Mark Brown
2022-04-08 14:47   ` Mark Brown
2022-04-08 14:47   ` Mark Brown
2022-04-08 14:47   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Ykz7KB221jyfwKzQ@google.com \
    --to=tzungbi@kernel.org \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=aaronyu@google.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jiaxin.yu@mediatek.com \
    --cc=linmq006@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=trevor.wu@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.