mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
audio: fail to play DD and DTS files
PD#170383: add audio_data in p321.dts Change-Id: I0763daf316821ceed179205e7adbd7b89e5a2185 Signed-off-by: weijia.zhu <weijia.zhu@amlogic.com>
This commit is contained in:
@@ -973,6 +973,12 @@
|
||||
/*1920*1080*4*3 = 0x17BB000*/
|
||||
};
|
||||
|
||||
audio_data: audio_data {
|
||||
compatible = "amlogic, audio_data";
|
||||
query_licence_cmd = <0x82000050>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
efuse: efuse {
|
||||
compatible = "amlogic, efuse";
|
||||
read_cmd = <0x82000030>;
|
||||
|
||||
@@ -1021,6 +1021,10 @@
|
||||
controller-type = <1>;
|
||||
};
|
||||
|
||||
&audio_data{
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pwm_ab {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -1028,6 +1028,10 @@
|
||||
controller-type = <1>;
|
||||
};
|
||||
|
||||
&audio_data{
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pwm_ab {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -1038,6 +1038,10 @@
|
||||
controller-type = <1>;
|
||||
};
|
||||
|
||||
&audio_data{
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pwm_ab {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -1042,6 +1042,10 @@
|
||||
controller-type = <1>;
|
||||
};
|
||||
|
||||
&audio_data{
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pwm_ab {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user