Skip to content

Commit 5ab3dd9

Browse files
alcharkmmind
authored andcommitted
arm64: dts: rockchip: Fix headphones widget name on NanoPi M5
Fix the mismatch between the simple-audio-card routing table vs. widget names, which caused the following error at boot preventing the sound card from getting added: [ 6.625634] asoc-simple-card sound: ASoC: DAPM unknown pin Headphones [ 6.627247] asoc-simple-card sound: ASoC: Failed to add route HPOL -> Headphones(*) [ 6.627988] asoc-simple-card sound: ASoC: Failed to add route HPOR -> Headphones(*) Fixes: 96cbdfd ("arm64: dts: rockchip: Add FriendlyElec NanoPi M5 support") Cc: stable@vger.kernel.org Signed-off-by: Alexey Charkov <alchark@gmail.com> Link: https://patch.msgid.link/20251229-rk3576-sound-v1-1-2f59ef0d19b1@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent ce652c9 commit 5ab3dd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3576-nanopi-m5.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"Headphones", "HPOR",
212212
"IN1P", "Microphone Jack";
213213
simple-audio-card,widgets =
214-
"Headphone", "Headphone Jack",
214+
"Headphone", "Headphones",
215215
"Microphone", "Microphone Jack";
216216

217217
simple-audio-card,codec {

0 commit comments

Comments
 (0)