public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ASoC: SOF: imx8m: add SAI2,5,6,7
@ 2025-01-22  8:29 Daniel Baluta
  2025-01-22  8:55 ` Iuliana Prodan
  2025-01-23 11:29 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Baluta @ 2025-01-22  8:29 UTC (permalink / raw)
  To: broonie
  Cc: iuliana.prodan, laurentiu.mihalcea, linux-sound, linux-kernel,
	kai.vehmanen, ranjani.sridharan, lgirdwood, imx, Alexander Boehm,
	Daniel Baluta, Pierre-Louis Bossart

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>
---
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 = {
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] ASoC: SOF: imx8m: add SAI2,5,6,7
  2025-01-22  8:29 [PATCH v2] ASoC: SOF: imx8m: add SAI2,5,6,7 Daniel Baluta
@ 2025-01-22  8:55 ` Iuliana Prodan
  2025-01-23 11:29 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Iuliana Prodan @ 2025-01-22  8:55 UTC (permalink / raw)
  To: Daniel Baluta, broonie
  Cc: laurentiu.mihalcea, linux-sound, linux-kernel, kai.vehmanen,
	ranjani.sridharan, lgirdwood, imx, Alexander Boehm,
	Pierre-Louis Bossart

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 = {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] ASoC: SOF: imx8m: add SAI2,5,6,7
  2025-01-22  8:29 [PATCH v2] ASoC: SOF: imx8m: add SAI2,5,6,7 Daniel Baluta
  2025-01-22  8:55 ` Iuliana Prodan
@ 2025-01-23 11:29 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2025-01-23 11:29 UTC (permalink / raw)
  To: Daniel Baluta
  Cc: iuliana.prodan, laurentiu.mihalcea, linux-sound, linux-kernel,
	kai.vehmanen, ranjani.sridharan, lgirdwood, imx, Alexander Boehm,
	Pierre-Louis Bossart

On Wed, 22 Jan 2025 10:29:27 +0200, Daniel Baluta wrote:
> Added the remaining SAIs in addition to SAI1 and SAI3. There is no SAI4.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: SOF: imx8m: add SAI2,5,6,7
      commit: b76b3ee5573fd6ff8761d82feb74d707eb2139ef

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-01-23 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22  8:29 [PATCH v2] ASoC: SOF: imx8m: add SAI2,5,6,7 Daniel Baluta
2025-01-22  8:55 ` Iuliana Prodan
2025-01-23 11:29 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox