From: Iuliana Prodan <iuliana.prodan@nxp.com>
To: Daniel Baluta <daniel.baluta@nxp.com>, broonie@kernel.org
Cc: laurentiu.mihalcea@nxp.com, linux-sound@vger.kernel.org,
linux-kernel@vger.kernel.org, kai.vehmanen@linux.intel.com,
ranjani.sridharan@linux.intel.com, lgirdwood@gmail.com,
imx@lists.linux.dev, Alexander Boehm <aboehm@eurofunk.com>,
Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Subject: Re: [PATCH v2] ASoC: SOF: imx8m: add SAI2,5,6,7
Date: Wed, 22 Jan 2025 10:55:58 +0200 [thread overview]
Message-ID: <7dcba651-a7a9-4367-93e6-2c18a39b7c19@nxp.com> (raw)
In-Reply-To: <20250122082928.1321536-1-daniel.baluta@nxp.com>
On 1/22/2025 10:29 AM, Daniel Baluta wrote:
> From: Alexander Boehm <aboehm@eurofunk.com>
>
> Added the remaining SAIs in addition to SAI1 and SAI3. There is no SAI4.
>
> Signed-off-by: Alexander Boehm <aboehm@eurofunk.com>
> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Thanks,
Iulia
> ---
> Changes since v1:
> - add my S-o-B since I'm picking this patch from
> thesofproject/topic/sof-dev tree.
>
> sound/soc/sof/imx/imx8m.c | 44 +++++++++++++++++++++++++++++++++++++++
> 1 file changed, 44 insertions(+)
>
> diff --git a/sound/soc/sof/imx/imx8m.c b/sound/soc/sof/imx/imx8m.c
> index ff42743efa79..4ab5814e9117 100644
> --- a/sound/soc/sof/imx/imx8m.c
> +++ b/sound/soc/sof/imx/imx8m.c
> @@ -294,6 +294,17 @@ static struct snd_soc_dai_driver imx8m_dai[] = {
> .channels_max = 32,
> },
> },
> +{
> + .name = "sai2",
> + .playback = {
> + .channels_min = 1,
> + .channels_max = 32,
> + },
> + .capture = {
> + .channels_min = 1,
> + .channels_max = 32,
> + },
> +},
> {
> .name = "sai3",
> .playback = {
> @@ -305,6 +316,39 @@ static struct snd_soc_dai_driver imx8m_dai[] = {
> .channels_max = 32,
> },
> },
> +{
> + .name = "sai5",
> + .playback = {
> + .channels_min = 1,
> + .channels_max = 32,
> + },
> + .capture = {
> + .channels_min = 1,
> + .channels_max = 32,
> + },
> +},
> +{
> + .name = "sai6",
> + .playback = {
> + .channels_min = 1,
> + .channels_max = 32,
> + },
> + .capture = {
> + .channels_min = 1,
> + .channels_max = 32,
> + },
> +},
> +{
> + .name = "sai7",
> + .playback = {
> + .channels_min = 1,
> + .channels_max = 32,
> + },
> + .capture = {
> + .channels_min = 1,
> + .channels_max = 32,
> + },
> +},
> {
> .name = "micfil",
> .capture = {
next prev parent reply other threads:[~2025-01-22 8:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-22 8:29 [PATCH v2] ASoC: SOF: imx8m: add SAI2,5,6,7 Daniel Baluta
2025-01-22 8:55 ` Iuliana Prodan [this message]
2025-01-23 11:29 ` 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=7dcba651-a7a9-4367-93e6-2c18a39b7c19@nxp.com \
--to=iuliana.prodan@nxp.com \
--cc=aboehm@eurofunk.com \
--cc=broonie@kernel.org \
--cc=daniel.baluta@nxp.com \
--cc=imx@lists.linux.dev \
--cc=kai.vehmanen@linux.intel.com \
--cc=laurentiu.mihalcea@nxp.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=pierre-louis.bossart@linux.dev \
--cc=ranjani.sridharan@linux.intel.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