]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6qdl-mba6: change sound card model name
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Mon, 20 Jan 2025 13:24:58 +0000 (14:24 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 22 Feb 2025 09:01:17 +0000 (17:01 +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 mode 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/arm/boot/dts/nxp/imx/imx6qdl-mba6.dtsi

index 8cefda70db638479c2b4d57dc20e23a8a48f9093..ee2c6bec92e8e27ab1e6749ea801779d6a57067a 100644 (file)
                compatible = "fsl,imx-audio-tlv320aic32x4";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_audmux>;
-               model = "imx-audio-tlv320aic32x4";
+               model = "tqm-tlv320aic32";
                ssi-controller = <&ssi1>;
                audio-codec = <&tlv320aic32x4>;
                audio-asrc = <&asrc>;