Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: Shorten the AV96 HDMI sound card name

Fix the following error in kernel log due to too long sound card name:
"
asoc-audio-graph-card sound: ASoC: driver name too long 'STM32MP1-AV96-HDMI' -> 'STM32MP1-AV96-H'
"

Fixes: e027da342772 ("ARM: dts: stm32: Add bindings for audio on AV96")
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Marek Vasut and committed by
Alexandre Torgue
0cf765e5 3b158386

+1 -1
+1 -1
arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
··· 87 87 88 88 sound { 89 89 compatible = "audio-graph-card"; 90 - label = "STM32MP1-AV96-HDMI"; 90 + label = "STM32-AV96-HDMI"; 91 91 dais = <&sai2a_port>; 92 92 status = "okay"; 93 93 };