]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8mp-tqma8mpql-mba8mpxl: change sound card model name
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Mon, 24 Feb 2025 15:00:14 +0000 (16:00 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 Mar 2025 02:31:35 +0000 (10:31 +0800)
The card name for ALSA is generated from the model name string and
is limited to 16 characters. Use a shorter name to prevent cutting the
name.

Since nearly all starter kit mainboards for i.MX based SoM by TQ-Systems
use the same codec with the same routing on board it is a good idea to
use the same model name for the sound card. This allows sharing a default
asound.conf in BSP over all the kits.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts

index ae64731266f35e9a2be8cdff95d87dbcab36e161..23c612e80dd383840f7705e52848858a5fa822f9 100644 (file)
 
        sound {
                compatible = "fsl,imx-audio-tlv320aic32x4";
-               model = "tq-tlv320aic32x";
+               model = "tqm-tlv320aic32";
                audio-cpu = <&sai3>;
                audio-codec = <&tlv320aic3x04>;
        };