mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user