Skip to content

Commit d14e16f

Browse files
macromorgangregkh
authored andcommitted
arm64: dts: rockchip: correct analog audio name on Indiedroid Nova
[ Upstream commit 42d8555 ] Correct the audio name for the Indiedroid Nova from rockchip,es8388-codec to rockchip,es8388. This name change corrects a kernel log error of "ASoC: driver name too long 'rockchip,es8388-codec' -> 'rockchip_es8388'". Fixes: 3900160 ("arm64: dts: rockchip: Add Indiedroid Nova board") Signed-off-by: Chris Morgan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 0c25ab9 commit d14e16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
sound {
6464
compatible = "audio-graph-card";
65-
label = "rockchip,es8388-codec";
65+
label = "rockchip,es8388";
6666
widgets = "Microphone", "Mic Jack",
6767
"Headphone", "Headphones";
6868
routing = "LINPUT2", "Mic Jack",

0 commit comments

Comments
 (0)