Skip to content

Commit 85f5d8e

Browse files
JihedChaibigclement
authored andcommitted
ARM: dts: armada-370-db: Fix stereo audio input routing on Armada 370
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> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 8f5ae30 commit 85f5d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/marvell/armada-370-db.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"Out Jack", "HPL",
120120
"Out Jack", "HPR",
121121
"AIN1L", "In Jack",
122-
"AIN1L", "In Jack";
122+
"AIN1R", "In Jack";
123123
status = "okay";
124124

125125
simple-audio-card,dai-link@0 {

0 commit comments

Comments
 (0)