]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mba8mx: change sound card model name
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Mon, 24 Feb 2025 15:00:15 +0000 (16:00 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 Mar 2025 02:31:36 +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/mba8mx.dtsi

index 58e3865c28895ba1a1db4ed597d8a2c4ee4d9e1e..7ee1228a50f4f9bfa46edc62d956b47b906326f5 100644 (file)
 
        sound {
                compatible = "fsl,imx-audio-tlv320aic32x4";
-               model = "imx-audio-tlv320aic32x4";
+               model = "tqm-tlv320aic32";
                ssi-controller = <&sai3>;
                audio-codec = <&tlv320aic3x04>;
        };