linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Shengjiu Wang <shengjiu.wang@gmail.com>
To: Chancel Liu <chancel.liu@nxp.com>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
	lgirdwood@gmail.com, linuxppc-dev@lists.ozlabs.org,
	Xiubo.Lee@gmail.com, linux-kernel@vger.kernel.org,
	robh+dt@kernel.org, tiwai@suse.com, nicoleotsuka@gmail.com,
	broonie@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	perex@perex.cz, festevam@gmail.com
Subject: Re: [PATCH 2/3] ASoC: fsl_micfil: Add support for i.MX93 platform
Date: Tue, 1 Nov 2022 13:44:44 +0800	[thread overview]
Message-ID: <CAA+D8AMt0VB4j8wYHyZfk3dnBhwwBvQeHe7bGh1FPPDP6ug8Wg@mail.gmail.com> (raw)
In-Reply-To: <20221028082750.991822-3-chancel.liu@nxp.com>

[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]

On Fri, Oct 28, 2022 at 4:28 PM Chancel Liu <chancel.liu@nxp.com> wrote:

> Add compatible string and specific soc data to support MICFIL on i.MX93
> platform.
>
> Signed-off-by: Chancel Liu <chancel.liu@nxp.com>
>

Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com>

Best regards
wang shengjiu

> ---
>  sound/soc/fsl/fsl_micfil.c | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/sound/soc/fsl/fsl_micfil.c b/sound/soc/fsl/fsl_micfil.c
> index eeaa75fb9196..b8a9504441df 100644
> --- a/sound/soc/fsl/fsl_micfil.c
> +++ b/sound/soc/fsl/fsl_micfil.c
> @@ -82,9 +82,18 @@ static struct fsl_micfil_soc_data fsl_micfil_imx8mp = {
>         .formats = SNDRV_PCM_FMTBIT_S32_LE,
>  };
>
> +static struct fsl_micfil_soc_data fsl_micfil_imx93 = {
> +       .imx = true,
> +       .fifos = 8,
> +       .fifo_depth = 32,
> +       .dataline =  0xf,
> +       .formats = SNDRV_PCM_FMTBIT_S32_LE,
> +};
> +
>  static const struct of_device_id fsl_micfil_dt_ids[] = {
>         { .compatible = "fsl,imx8mm-micfil", .data = &fsl_micfil_imx8mm },
>         { .compatible = "fsl,imx8mp-micfil", .data = &fsl_micfil_imx8mp },
> +       { .compatible = "fsl,imx93-micfil", .data = &fsl_micfil_imx93 },
>         {}
>  };
>  MODULE_DEVICE_TABLE(of, fsl_micfil_dt_ids);
> --
> 2.25.1
>
>

[-- Attachment #2: Type: text/html, Size: 2089 bytes --]

  reply	other threads:[~2022-11-01 11:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28  8:27 [PATCH 0/3] Add support for MICFIL on i.MX93 platform Chancel Liu
2022-10-28  8:27 ` [PATCH 1/3] ASoC: dt-bindings: fsl,micfil: Add compatible string for " Chancel Liu
2022-10-31 17:17   ` Rob Herring
2022-10-28  8:27 ` [PATCH 2/3] ASoC: fsl_micfil: Add support " Chancel Liu
2022-11-01  5:44   ` Shengjiu Wang [this message]
2022-10-28  8:27 ` [PATCH 3/3] ASoC: fsl_micfil: Add support when using eDMA Chancel Liu
2022-11-01  5:45   ` Shengjiu Wang
2022-11-01 14:33 ` [PATCH 0/3] Add support for MICFIL on i.MX93 platform 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=CAA+D8AMt0VB4j8wYHyZfk3dnBhwwBvQeHe7bGh1FPPDP6ug8Wg@mail.gmail.com \
    --to=shengjiu.wang@gmail.com \
    --cc=Xiubo.Lee@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=chancel.liu@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=nicoleotsuka@gmail.com \
    --cc=perex@perex.cz \
    --cc=robh+dt@kernel.org \
    --cc=tiwai@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).