diff options
author | 2025-02-24 16:00:15 +0100 | |
---|---|---|
committer | 2025-03-11 10:31:36 +0800 | |
commit | 15aca1284e1fa469be5cc3fe8baca18108ecf18b (patch) | |
tree | 21bb05c2042a5077823f50312c165bf1e9b3efaa | |
parent | arm64: dts: imx8mp-tqma8mpql-mba8mpxl: change sound card model name (diff) | |
download | wireguard-linux-15aca1284e1fa469be5cc3fe8baca18108ecf18b.tar.xz wireguard-linux-15aca1284e1fa469be5cc3fe8baca18108ecf18b.zip |
arm64: dts: mba8mx: change sound card model name
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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/freescale/mba8mx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/mba8mx.dtsi b/arch/arm64/boot/dts/freescale/mba8mx.dtsi index 58e3865c2889..7ee1228a50f4 100644 --- a/arch/arm64/boot/dts/freescale/mba8mx.dtsi +++ b/arch/arm64/boot/dts/freescale/mba8mx.dtsi @@ -138,7 +138,7 @@ sound { compatible = "fsl,imx-audio-tlv320aic32x4"; - model = "imx-audio-tlv320aic32x4"; + model = "tqm-tlv320aic32"; ssi-controller = <&sai3>; audio-codec = <&tlv320aic3x04>; }; |