mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
arm64: dts: imx8mp-tqma8mpql-mba8mpxl: 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>
This commit is contained in:
parent
e82bc7cfea
commit
e6303798b6
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@
|
||||||
|
|
||||||
sound {
|
sound {
|
||||||
compatible = "fsl,imx-audio-tlv320aic32x4";
|
compatible = "fsl,imx-audio-tlv320aic32x4";
|
||||||
model = "tq-tlv320aic32x";
|
model = "tqm-tlv320aic32";
|
||||||
audio-cpu = <&sai3>;
|
audio-cpu = <&sai3>;
|
||||||
audio-codec = <&tlv320aic3x04>;
|
audio-codec = <&tlv320aic3x04>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue