public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: tegra: Add Tegra238 sound card support
@ 2026-03-02  8:53 Sheetal .
  2026-03-02  8:53 ` [PATCH 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card Sheetal .
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Sheetal . @ 2026-03-02  8:53 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Thierry Reding
  Cc: Jonathan Hunter, Jaroslav Kysela, Takashi Iwai, Sameer Pujar,
	Mohan kumar, linux-sound, devicetree, linux-tegra, linux-kernel,
	sheetal

From: sheetal <sheetal@nvidia.com>

Add Tegra238 sound card support in the Tegra audio graph card driver,
as Tegra238 requires different PLLA and PLLA_OUT0 clock rates compared
to other Tegra platforms.

Sheetal (2):
  ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
  ASoC: tegra: Add support for Tegra238 soundcard

 .../sound/nvidia,tegra-audio-graph-card.yaml        |  1 +
 sound/soc/tegra/tegra_audio_graph_card.c            | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

-- 
2.34.1


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

* [PATCH 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
  2026-03-02  8:53 [PATCH 0/2] ASoC: tegra: Add Tegra238 sound card support Sheetal .
@ 2026-03-02  8:53 ` Sheetal .
  2026-03-02  9:03   ` Krzysztof Kozlowski
  2026-03-02  8:53 ` [PATCH 2/2] ASoC: tegra: Add support for Tegra238 soundcard Sheetal .
  2026-03-03 11:20 ` (subset) [PATCH 0/2] ASoC: tegra: Add Tegra238 sound card support Mark Brown
  2 siblings, 1 reply; 10+ messages in thread
From: Sheetal . @ 2026-03-02  8:53 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Thierry Reding
  Cc: Jonathan Hunter, Jaroslav Kysela, Takashi Iwai, Sameer Pujar,
	Mohan kumar, linux-sound, devicetree, linux-tegra, linux-kernel,
	Sheetal

From: Sheetal <sheetal@nvidia.com>

Tegra238 requires different PLLA and PLLA_OUT0 clock rates compared to
other Tegra platforms. Add Tegra238 compatible string to the APE
tegra-audio-graph-card bindings.

Signed-off-by: Sheetal <sheetal@nvidia.com>
---
 .../devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml
index da89523ccf5f..92bc3ef56f2c 100644
--- a/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml
+++ b/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml
@@ -23,6 +23,7 @@ properties:
     enum:
       - nvidia,tegra210-audio-graph-card
       - nvidia,tegra186-audio-graph-card
+      - nvidia,tegra238-audio-graph-card
       - nvidia,tegra264-audio-graph-card
 
   clocks:
-- 
2.34.1


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

* [PATCH 2/2] ASoC: tegra: Add support for Tegra238 soundcard
  2026-03-02  8:53 [PATCH 0/2] ASoC: tegra: Add Tegra238 sound card support Sheetal .
  2026-03-02  8:53 ` [PATCH 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card Sheetal .
@ 2026-03-02  8:53 ` Sheetal .
  2026-03-02  9:04   ` Krzysztof Kozlowski
  2026-03-03 11:20 ` (subset) [PATCH 0/2] ASoC: tegra: Add Tegra238 sound card support Mark Brown
  2 siblings, 1 reply; 10+ messages in thread
From: Sheetal . @ 2026-03-02  8:53 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Thierry Reding
  Cc: Jonathan Hunter, Jaroslav Kysela, Takashi Iwai, Sameer Pujar,
	Mohan kumar, linux-sound, devicetree, linux-tegra, linux-kernel,
	Sheetal, Aditya Bavanari

From: Sheetal <sheetal@nvidia.com>

Tegra238 platforms use different clock rates for plla and
plla_out0 clocks. Add Tegra238 support in the Tegra
sound card driver to apply specific clock configurations.

Signed-off-by: Aditya Bavanari <abavanari@nvidia.com>
Signed-off-by: Sheetal <sheetal@nvidia.com>
---
 sound/soc/tegra/tegra_audio_graph_card.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/sound/soc/tegra/tegra_audio_graph_card.c b/sound/soc/tegra/tegra_audio_graph_card.c
index 94b5ab77649b..b6dadd6a3d3d 100644
--- a/sound/soc/tegra/tegra_audio_graph_card.c
+++ b/sound/soc/tegra/tegra_audio_graph_card.c
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-// SPDX-FileCopyrightText: Copyright (c) 2020-2025 NVIDIA CORPORATION. All rights reserved.
+// SPDX-FileCopyrightText: Copyright (c) 2020-2026 NVIDIA CORPORATION. All rights reserved.
 //
 // tegra_audio_graph_card.c - Audio Graph based Tegra Machine Driver
 
@@ -231,6 +231,15 @@ static const struct tegra_audio_cdata tegra186_data = {
 	.plla_out0_rates[x11_RATE] = 45158400,
 };
 
+static const struct tegra_audio_cdata tegra238_data = {
+	/* PLLA */
+	.plla_rates[x8_RATE] = 1277952000,
+	.plla_rates[x11_RATE] = 1264435200,
+	/* PLLA_OUT0 */
+	.plla_out0_rates[x8_RATE] = 49152000,
+	.plla_out0_rates[x11_RATE] = 45158400,
+};
+
 static const struct tegra_audio_cdata tegra264_data = {
 	/* PLLA1 */
 	.plla_rates[x8_RATE] = 983040000,
@@ -245,6 +254,8 @@ static const struct of_device_id graph_of_tegra_match[] = {
 	  .data = &tegra210_data },
 	{ .compatible = "nvidia,tegra186-audio-graph-card",
 	  .data = &tegra186_data },
+	{ .compatible = "nvidia,tegra238-audio-graph-card",
+	  .data = &tegra238_data },
 	{ .compatible = "nvidia,tegra264-audio-graph-card",
 	  .data = &tegra264_data },
 	{},
-- 
2.34.1


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

* Re: [PATCH 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
  2026-03-02  8:53 ` [PATCH 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card Sheetal .
@ 2026-03-02  9:03   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-02  9:03 UTC (permalink / raw)
  To: Sheetal ., Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Thierry Reding
  Cc: Jonathan Hunter, Jaroslav Kysela, Takashi Iwai, Sameer Pujar,
	Mohan kumar, linux-sound, devicetree, linux-tegra, linux-kernel

On 02/03/2026 09:53, Sheetal . wrote:
> From: Sheetal <sheetal@nvidia.com>
> 
> Tegra238 requires different PLLA and PLLA_OUT0 clock rates compared to
> other Tegra platforms. Add Tegra238 compatible string to the APE
> tegra-audio-graph-card bindings.
> 
> Signed-off-by: Sheetal <sheetal@nvidia.com>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof

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

* Re: [PATCH 2/2] ASoC: tegra: Add support for Tegra238 soundcard
  2026-03-02  8:53 ` [PATCH 2/2] ASoC: tegra: Add support for Tegra238 soundcard Sheetal .
@ 2026-03-02  9:04   ` Krzysztof Kozlowski
  2026-03-03 14:24     ` Jon Hunter
  0 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-02  9:04 UTC (permalink / raw)
  To: Sheetal ., Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Thierry Reding
  Cc: Jonathan Hunter, Jaroslav Kysela, Takashi Iwai, Sameer Pujar,
	Mohan kumar, linux-sound, devicetree, linux-tegra, linux-kernel,
	Aditya Bavanari

On 02/03/2026 09:53, Sheetal . wrote:
> From: Sheetal <sheetal@nvidia.com>
> 
> Tegra238 platforms use different clock rates for plla and
> plla_out0 clocks. Add Tegra238 support in the Tegra
> sound card driver to apply specific clock configurations.
> 
> Signed-off-by: Aditya Bavanari <abavanari@nvidia.com>
> Signed-off-by: Sheetal <sheetal@nvidia.com>
> ---
>  sound/soc/tegra/tegra_audio_graph_card.c | 13 ++++++++++++-
>  1 file changed, 12 insertions(+), 1 deletion(-)
> 
> diff --git a/sound/soc/tegra/tegra_audio_graph_card.c b/sound/soc/tegra/tegra_audio_graph_card.c
> index 94b5ab77649b..b6dadd6a3d3d 100644
> --- a/sound/soc/tegra/tegra_audio_graph_card.c
> +++ b/sound/soc/tegra/tegra_audio_graph_card.c
> @@ -1,5 +1,5 @@
>  // SPDX-License-Identifier: GPL-2.0-only
> -// SPDX-FileCopyrightText: Copyright (c) 2020-2025 NVIDIA CORPORATION. All rights reserved.
> +// SPDX-FileCopyrightText: Copyright (c) 2020-2026 NVIDIA CORPORATION. All rights reserved.

If updating it, you should rather drop it and use standard copyright.
This tag is not supported in kernel in general and I document it only
because it already spread all over.


Best regards,
Krzysztof

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

* Re: (subset) [PATCH 0/2] ASoC: tegra: Add Tegra238 sound card support
  2026-03-02  8:53 [PATCH 0/2] ASoC: tegra: Add Tegra238 sound card support Sheetal .
  2026-03-02  8:53 ` [PATCH 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card Sheetal .
  2026-03-02  8:53 ` [PATCH 2/2] ASoC: tegra: Add support for Tegra238 soundcard Sheetal .
@ 2026-03-03 11:20 ` Mark Brown
  2 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2026-03-03 11:20 UTC (permalink / raw)
  To: Liam Girdwood, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Thierry Reding, Sheetal .
  Cc: Jonathan Hunter, Jaroslav Kysela, Takashi Iwai, Sameer Pujar,
	Mohan kumar, linux-sound, devicetree, linux-tegra, linux-kernel

On Mon, 02 Mar 2026 14:23:21 +0530, Sheetal . wrote:
> Add Tegra238 sound card support in the Tegra audio graph card driver,
> as Tegra238 requires different PLLA and PLLA_OUT0 clock rates compared
> to other Tegra platforms.
> 
> Sheetal (2):
>   ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
>   ASoC: tegra: Add support for Tegra238 soundcard
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
      commit: a8df7892a9f42b2e2d5851f8835c734bd7fe8ad4

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] 10+ messages in thread

* Re: [PATCH 2/2] ASoC: tegra: Add support for Tegra238 soundcard
  2026-03-02  9:04   ` Krzysztof Kozlowski
@ 2026-03-03 14:24     ` Jon Hunter
  2026-03-03 14:54       ` Krzysztof Kozlowski
  0 siblings, 1 reply; 10+ messages in thread
From: Jon Hunter @ 2026-03-03 14:24 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sheetal ., Liam Girdwood, Mark Brown,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Thierry Reding
  Cc: Jaroslav Kysela, Takashi Iwai, Sameer Pujar, Mohan kumar,
	linux-sound, devicetree, linux-tegra, linux-kernel,
	Aditya Bavanari


On 02/03/2026 09:04, Krzysztof Kozlowski wrote:
> On 02/03/2026 09:53, Sheetal . wrote:
>> From: Sheetal <sheetal@nvidia.com>
>>
>> Tegra238 platforms use different clock rates for plla and
>> plla_out0 clocks. Add Tegra238 support in the Tegra
>> sound card driver to apply specific clock configurations.
>>
>> Signed-off-by: Aditya Bavanari <abavanari@nvidia.com>
>> Signed-off-by: Sheetal <sheetal@nvidia.com>
>> ---
>>   sound/soc/tegra/tegra_audio_graph_card.c | 13 ++++++++++++-
>>   1 file changed, 12 insertions(+), 1 deletion(-)
>>
>> diff --git a/sound/soc/tegra/tegra_audio_graph_card.c b/sound/soc/tegra/tegra_audio_graph_card.c
>> index 94b5ab77649b..b6dadd6a3d3d 100644
>> --- a/sound/soc/tegra/tegra_audio_graph_card.c
>> +++ b/sound/soc/tegra/tegra_audio_graph_card.c
>> @@ -1,5 +1,5 @@
>>   // SPDX-License-Identifier: GPL-2.0-only
>> -// SPDX-FileCopyrightText: Copyright (c) 2020-2025 NVIDIA CORPORATION. All rights reserved.
>> +// SPDX-FileCopyrightText: Copyright (c) 2020-2026 NVIDIA CORPORATION. All rights reserved.
> 
> If updating it, you should rather drop it and use standard copyright.
> This tag is not supported in kernel in general and I document it only
> because it already spread all over.

To be clear, you mean that 'SPDX-FileCopyrightText' is not supported? 
Where exactly do you document it for reference?

I know that Rob previously indicated that the 'Copyright' string in the 
above was redundant, but we have been told to keep this by the people at 
NVIDIA that specify how we should be formatting such tags when adding 
NVIDIA copyrights.

Jon

-- 
nvpublic


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

* Re: [PATCH 2/2] ASoC: tegra: Add support for Tegra238 soundcard
  2026-03-03 14:24     ` Jon Hunter
@ 2026-03-03 14:54       ` Krzysztof Kozlowski
  2026-03-03 16:38         ` Jon Hunter
  0 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-03 14:54 UTC (permalink / raw)
  To: Jon Hunter, Sheetal ., Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Thierry Reding
  Cc: Jaroslav Kysela, Takashi Iwai, Sameer Pujar, Mohan kumar,
	linux-sound, devicetree, linux-tegra, linux-kernel,
	Aditya Bavanari

On 03/03/2026 15:24, Jon Hunter wrote:
> 
> On 02/03/2026 09:04, Krzysztof Kozlowski wrote:
>> On 02/03/2026 09:53, Sheetal . wrote:
>>> From: Sheetal <sheetal@nvidia.com>
>>>
>>> Tegra238 platforms use different clock rates for plla and
>>> plla_out0 clocks. Add Tegra238 support in the Tegra
>>> sound card driver to apply specific clock configurations.
>>>
>>> Signed-off-by: Aditya Bavanari <abavanari@nvidia.com>
>>> Signed-off-by: Sheetal <sheetal@nvidia.com>
>>> ---
>>>   sound/soc/tegra/tegra_audio_graph_card.c | 13 ++++++++++++-
>>>   1 file changed, 12 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/sound/soc/tegra/tegra_audio_graph_card.c b/sound/soc/tegra/tegra_audio_graph_card.c
>>> index 94b5ab77649b..b6dadd6a3d3d 100644
>>> --- a/sound/soc/tegra/tegra_audio_graph_card.c
>>> +++ b/sound/soc/tegra/tegra_audio_graph_card.c
>>> @@ -1,5 +1,5 @@
>>>   // SPDX-License-Identifier: GPL-2.0-only
>>> -// SPDX-FileCopyrightText: Copyright (c) 2020-2025 NVIDIA CORPORATION. All rights reserved.
>>> +// SPDX-FileCopyrightText: Copyright (c) 2020-2026 NVIDIA CORPORATION. All rights reserved.
>>
>> If updating it, you should rather drop it and use standard copyright.
>> This tag is not supported in kernel in general and I document it only
>> because it already spread all over.
> 
> To be clear, you mean that 'SPDX-FileCopyrightText' is not supported? 

Yes

> Where exactly do you document it for reference?

paste SPDX-FileCopyrightText in lore


> 
> I know that Rob previously indicated that the 'Copyright' string in the 
> above was redundant, but we have been told to keep this by the people at 
> NVIDIA that specify how we should be formatting such tags when adding 
> NVIDIA copyrights.

For the kernel, for most of us, most likely legally it is redundant and
Rob was right, but some companies insist on it and I don't want to
discuss with them, because they never use actual arguments except "my
legal told me I must do", so you can have it. That's not a problem.


Best regards,
Krzysztof

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

* Re: [PATCH 2/2] ASoC: tegra: Add support for Tegra238 soundcard
  2026-03-03 14:54       ` Krzysztof Kozlowski
@ 2026-03-03 16:38         ` Jon Hunter
  2026-03-13 17:14           ` Krzysztof Kozlowski
  0 siblings, 1 reply; 10+ messages in thread
From: Jon Hunter @ 2026-03-03 16:38 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sheetal ., Liam Girdwood, Mark Brown,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Thierry Reding
  Cc: Jaroslav Kysela, Takashi Iwai, Sameer Pujar, Mohan kumar,
	linux-sound, devicetree, linux-tegra, linux-kernel,
	Aditya Bavanari


On 03/03/2026 14:54, Krzysztof Kozlowski wrote:

...

>> Where exactly do you document it for reference?
> 
> paste SPDX-FileCopyrightText in lore

Got it!

>> I know that Rob previously indicated that the 'Copyright' string in the
>> above was redundant, but we have been told to keep this by the people at
>> NVIDIA that specify how we should be formatting such tags when adding
>> NVIDIA copyrights.
> 
> For the kernel, for most of us, most likely legally it is redundant and
> Rob was right, but some companies insist on it and I don't want to
> discuss with them, because they never use actual arguments except "my
> legal told me I must do", so you can have it. That's not a problem.

Before I had requested we change this everywhere but there was concern 
that we would have slightly different variants in different places. What 
I could ask if for the kernel we can just use ...

  SPDX-FileCopyrightText: <date> NVIDIA CORPORATION. All rights reserved.

Although I see some instances in the kernel with 'NVIDIA CORPORATION & 
AFFILIATES' and so they may want ...

  SPDX-FileCopyrightText: <date> NVIDIA CORPORATION & AFFILIATES. All
   rights reserved.

Anyway, would the above be acceptable?

Jon
-- 
nvpublic


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

* Re: [PATCH 2/2] ASoC: tegra: Add support for Tegra238 soundcard
  2026-03-03 16:38         ` Jon Hunter
@ 2026-03-13 17:14           ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-13 17:14 UTC (permalink / raw)
  To: Jon Hunter, Sheetal ., Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Thierry Reding
  Cc: Jaroslav Kysela, Takashi Iwai, Sameer Pujar, Mohan kumar,
	linux-sound, devicetree, linux-tegra, linux-kernel,
	Aditya Bavanari

On 03/03/2026 17:38, Jon Hunter wrote:
> 
> On 03/03/2026 14:54, Krzysztof Kozlowski wrote:
> 
> ...
> 
>>> Where exactly do you document it for reference?
>>
>> paste SPDX-FileCopyrightText in lore
> 
> Got it!
> 
>>> I know that Rob previously indicated that the 'Copyright' string in the
>>> above was redundant, but we have been told to keep this by the people at
>>> NVIDIA that specify how we should be formatting such tags when adding
>>> NVIDIA copyrights.
>>
>> For the kernel, for most of us, most likely legally it is redundant and
>> Rob was right, but some companies insist on it and I don't want to
>> discuss with them, because they never use actual arguments except "my
>> legal told me I must do", so you can have it. That's not a problem.
> 
> Before I had requested we change this everywhere but there was concern 
> that we would have slightly different variants in different places. What 
> I could ask if for the kernel we can just use ...
> 
>   SPDX-FileCopyrightText: <date> NVIDIA CORPORATION. All rights reserved.
> 
> Although I see some instances in the kernel with 'NVIDIA CORPORATION & 
> AFFILIATES' and so they may want ...
> 
>   SPDX-FileCopyrightText: <date> NVIDIA CORPORATION & AFFILIATES. All
>    rights reserved.
> 
> Anyway, would the above be acceptable?

I suggest to drop the SPDX and use standard Copyright. I do not have
preference what goes after the copyright, especially that some companies
have odd choices and - as Greg KH once explained to me - it does not
matter for us.

Best regards,
Krzysztof

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

end of thread, other threads:[~2026-03-13 17:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02  8:53 [PATCH 0/2] ASoC: tegra: Add Tegra238 sound card support Sheetal .
2026-03-02  8:53 ` [PATCH 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card Sheetal .
2026-03-02  9:03   ` Krzysztof Kozlowski
2026-03-02  8:53 ` [PATCH 2/2] ASoC: tegra: Add support for Tegra238 soundcard Sheetal .
2026-03-02  9:04   ` Krzysztof Kozlowski
2026-03-03 14:24     ` Jon Hunter
2026-03-03 14:54       ` Krzysztof Kozlowski
2026-03-03 16:38         ` Jon Hunter
2026-03-13 17:14           ` Krzysztof Kozlowski
2026-03-03 11:20 ` (subset) [PATCH 0/2] ASoC: tegra: Add Tegra238 sound card support Mark Brown

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