[PATCH] ARM: dts: armada-370-db: Fix stereo audio input routing on Armada 370

Jihed Chaibi posted 1 patch 2 months, 2 weeks ago
arch/arm/boot/dts/marvell/armada-370-db.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: armada-370-db: Fix stereo audio input routing on Armada 370
Posted by Jihed Chaibi 2 months, 2 weeks ago
The simple-audio-card configuration for the Armada 370 development
board incorrectly routed the left channel signal ("AIN1L") to both
sides of the stereo "In Jack".

This commit corrects the typo for the right channel, changing the
second "AIN1L" entry to "AIN1R" to enable proper stereo input
recording.

Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
---
 arch/arm/boot/dts/marvell/armada-370-db.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/marvell/armada-370-db.dts b/arch/arm/boot/dts/marvell/armada-370-db.dts
index a7dc4c04d..a9a05d826 100644
--- a/arch/arm/boot/dts/marvell/armada-370-db.dts
+++ b/arch/arm/boot/dts/marvell/armada-370-db.dts
@@ -119,7 +119,7 @@ sound {
 			"Out Jack", "HPL",
 			"Out Jack", "HPR",
 			"AIN1L", "In Jack",
-			"AIN1L", "In Jack";
+			"AIN1R", "In Jack";
 		status = "okay";
 
 		simple-audio-card,dai-link@0 {
-- 
2.39.5
Re: [PATCH] ARM: dts: armada-370-db: Fix stereo audio input routing on Armada 370
Posted by Gregory CLEMENT 1 month, 2 weeks ago
Jihed Chaibi <jihed.chaibi.dev@gmail.com> writes:

> The simple-audio-card configuration for the Armada 370 development
> board incorrectly routed the left channel signal ("AIN1L") to both
> sides of the stereo "In Jack".
>
> This commit corrects the typo for the right channel, changing the
> second "AIN1L" entry to "AIN1R" to enable proper stereo input
> recording.
>
> Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>

Applied on mvebu/fixes

Thanks,

Gregory

> ---
>  arch/arm/boot/dts/marvell/armada-370-db.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/marvell/armada-370-db.dts b/arch/arm/boot/dts/marvell/armada-370-db.dts
> index a7dc4c04d..a9a05d826 100644
> --- a/arch/arm/boot/dts/marvell/armada-370-db.dts
> +++ b/arch/arm/boot/dts/marvell/armada-370-db.dts
> @@ -119,7 +119,7 @@ sound {
>  			"Out Jack", "HPL",
>  			"Out Jack", "HPR",
>  			"AIN1L", "In Jack",
> -			"AIN1L", "In Jack";
> +			"AIN1R", "In Jack";
>  		status = "okay";
>  
>  		simple-audio-card,dai-link@0 {
> -- 
> 2.39.5
>

-- 
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Re: [PATCH] ARM: dts: armada-370-db: Fix stereo audio input routing on Armada 370
Posted by Jihed Chaibi 1 month, 2 weeks ago
On Thu, Jul 24, 2025 at 12:45 AM Jihed Chaibi
<jihed.chaibi.dev@gmail.com> wrote:
>
> The simple-audio-card configuration for the Armada 370 development
> board incorrectly routed the left channel signal ("AIN1L") to both
> sides of the stereo "In Jack".
>
> This commit corrects the typo for the right channel, changing the
> second "AIN1L" entry to "AIN1R" to enable proper stereo input
> recording.
>
> Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
> ---
>  arch/arm/boot/dts/marvell/armada-370-db.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/marvell/armada-370-db.dts b/arch/arm/boot/dts/marvell/armada-370-db.dts
> index a7dc4c04d..a9a05d826 100644
> --- a/arch/arm/boot/dts/marvell/armada-370-db.dts
> +++ b/arch/arm/boot/dts/marvell/armada-370-db.dts
> @@ -119,7 +119,7 @@ sound {
>                         "Out Jack", "HPL",
>                         "Out Jack", "HPR",
>                         "AIN1L", "In Jack",
> -                       "AIN1L", "In Jack";
> +                       "AIN1R", "In Jack";
>                 status = "okay";
>
>                 simple-audio-card,dai-link@0 {
> --
> 2.39.5
>

Hi there,

Gentle ping for review on this small patch,

cheers