arm64: dts: rockchip: rk3562: Add property 'sound-name-prefix' for SAIx

This patch add name-prefix for SAIx to support prefix kcontrol, widget
and route names in an ASoC machine that has multiple dais with
conflicting names. such as multi-dais.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: I51cd4eeaa9adc36a3606c39c8a4269d085ba2932
This commit is contained in:
Sugar Zhang
2023-09-14 09:39:24 +08:00
committed by Tao Huang
parent bac64251b4
commit 9e5a460a99

View File

@@ -2266,6 +2266,7 @@
&i2s0m0_sdo2
&i2s0m0_sdo3>;
#sound-dai-cells = <0>;
sound-name-prefix = "SAI0";
status = "disabled";
};
@@ -2293,6 +2294,7 @@
&i2s1m0_sdo2
&i2s1m0_sdo3>;
#sound-dai-cells = <0>;
sound-name-prefix = "SAI1";
status = "disabled";
};
@@ -2314,6 +2316,7 @@
&i2s2m0_sdi
&i2s2m0_sdo>;
#sound-dai-cells = <0>;
sound-name-prefix = "SAI2";
status = "disabled";
};