From: Shengjiu Wang <shengjiu.wang@gmail.com>
To: Chancel Liu <chancel.liu@nxp.com>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org,
linuxppc-dev@lists.ozlabs.org, alsa-devel@alsa-project.org,
Xiubo.Lee@gmail.com, linux-kernel@vger.kernel.org,
tiwai@suse.com, lgirdwood@gmail.com, robh+dt@kernel.org,
perex@perex.cz, nicoleotsuka@gmail.com, broonie@kernel.org,
krzysztof.kozlowski+dt@linaro.org, festevam@gmail.com
Subject: Re: [PATCH 2/2] ASoC: fsl_rpmsg: Add support for i.MX93 platform
Date: Mon, 17 Jul 2023 16:59:15 +0800 [thread overview]
Message-ID: <CAA+D8ANZdEKUskTNfh=24vcMLjQM===PA061Z2MvNxTNsOT+Yg@mail.gmail.com> (raw)
In-Reply-To: <20230714092913.1591195-3-chancel.liu@nxp.com>
[-- Attachment #1: Type: text/plain, Size: 1672 bytes --]
On Fri, Jul 14, 2023 at 5:30 PM Chancel Liu <chancel.liu@nxp.com> wrote:
> Add compatible string and specific soc data to support rpmsg sound card
> 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_rpmsg.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/sound/soc/fsl/fsl_rpmsg.c b/sound/soc/fsl/fsl_rpmsg.c
> index 15b48b5ea856..abe19a8a7aa7 100644
> --- a/sound/soc/fsl/fsl_rpmsg.c
> +++ b/sound/soc/fsl/fsl_rpmsg.c
> @@ -170,12 +170,20 @@ static const struct fsl_rpmsg_soc_data imx8mp_data =
> {
> SNDRV_PCM_FMTBIT_S32_LE,
> };
>
> +static const struct fsl_rpmsg_soc_data imx93_data = {
> + .rates = SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_32000 |
> + SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000,
> + .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE |
> + SNDRV_PCM_FMTBIT_S32_LE,
> +};
> +
> static const struct of_device_id fsl_rpmsg_ids[] = {
> { .compatible = "fsl,imx7ulp-rpmsg-audio", .data = &imx7ulp_data},
> { .compatible = "fsl,imx8mm-rpmsg-audio", .data = &imx8mm_data},
> { .compatible = "fsl,imx8mn-rpmsg-audio", .data = &imx8mn_data},
> { .compatible = "fsl,imx8mp-rpmsg-audio", .data = &imx8mp_data},
> { .compatible = "fsl,imx8ulp-rpmsg-audio", .data = &imx7ulp_data},
> + { .compatible = "fsl,imx93-rpmsg-audio", .data = &imx93_data},
> { /* sentinel */ }
> };
> MODULE_DEVICE_TABLE(of, fsl_rpmsg_ids);
> --
> 2.25.1
>
>
[-- Attachment #2: Type: text/html, Size: 2498 bytes --]
next prev parent reply other threads:[~2023-07-17 12:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-14 9:29 [PATCH 0/2] Add support for rpmsg sound card on i.MX93 platform Chancel Liu
2023-07-14 9:29 ` [PATCH 1/2] ASoC: dt-bindings: fsl_rpmsg: Add compatible string for i.MX93 Chancel Liu
2023-07-14 21:10 ` Rob Herring
2023-07-14 9:29 ` [PATCH 2/2] ASoC: fsl_rpmsg: Add support for i.MX93 platform Chancel Liu
2023-07-17 8:59 ` Shengjiu Wang [this message]
2023-07-17 21:59 ` [PATCH 0/2] Add support for rpmsg sound card on " 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+D8ANZdEKUskTNfh=24vcMLjQM===PA061Z2MvNxTNsOT+Yg@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=conor+dt@kernel.org \
--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).