diff options
| author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2025-01-20 14:24:58 +0100 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-02-22 17:01:17 +0800 |
| commit | 2658deedd676f48dd47fe35dcee9a7e5466883ea (patch) | |
| tree | 2b9e5c5e4e08d56464c6cc7e51dd7f1b1a30a5fd /arch/arm | |
| parent | 6b00c9b992a13e8efd198cb37a7ab38462cb5fca (diff) | |
| download | ath-2658deedd676f48dd47fe35dcee9a7e5466883ea.tar.gz | |
ARM: dts: imx6qdl-mba6: 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 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>
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx6qdl-mba6.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-mba6.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-mba6.dtsi index 8cefda70db638..ee2c6bec92e8e 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6qdl-mba6.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-mba6.dtsi @@ -124,7 +124,7 @@ 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>; |
