Change-Id: I2888cbb7df9d4cd9d270f7fd81f34b27b40997cc
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
"Headphone Jack", "HPOL",
"Headphone Jack", "HPOR";
- simple-audio-card,cpu {
- sound-dai = <&i2s>;
+ simple-audio-card,dai-link@0 {
+ format = "i2s";
+ cpu {
+ sound-dai = <&i2s>;
+ };
+
+ codec {
+ sound-dai = <&rt5616>;
+ };
};
- simple-audio-card,codec {
- sound-dai = <&rt5616>;
+ simple-audio-card,dai-link@1 {
+ format = "i2s";
+ cpu {
+ sound-dai = <&i2s>;
+ };
+
+ codec {
+ sound-dai = <&hdmi>;
+ };
};
};
status = "okay";
};
-&hdmi_sound {
- status = "okay";
-};
-
&i2c1 {
clock-frequency = <400000>;