audio: open audio out for g12b socket board [1/1]

PD#SWPL-5833

Problem:
No audio out for g12b socket board

Solution:
Open audio codec

Verify:
test pass on g12b socket board

Change-Id: Ieec710edec218a13da41d249889515b0ac53a3e9
Signed-off-by: huijie.huang <huijie.huang@amlogic.com>
This commit is contained in:
huijie.huang
2019-03-12 18:19:39 +08:00
committed by Tao Zeng
parent 975c0eeb31
commit aa1f485857
2 changed files with 8 additions and 8 deletions

View File

@@ -484,11 +484,11 @@
};
amlogic_codec:t9015{
#sound-dai-cells = <0>;
/*compatible = "amlogic, aml_codec_T9015";*/
compatible = "amlogic, aml_codec_T9015";
reg = <0xFF632000 0x2000>;
is_auge_used = <1>; /* meson or auge chipset used */
tdmout_index = <1>;
status = "disabled";
status = "okay";
};
audio_effect:eqdrc{
/*eq_enable = <1>;*/
@@ -568,7 +568,7 @@
};
tdmbcodec: codec {
sound-dai = <&dummy_codec &dummy_codec
&dummy_codec &ad82584f_62>;
&amlogic_codec &ad82584f_62>;
};
};
@@ -931,7 +931,7 @@
* 3: spdifout;
* 4: spdifout_b;
*/
samesource_sel = <4>;
/*samesource_sel = <4>; */
};
aml_tdmc: tdmc {

View File

@@ -484,11 +484,11 @@
};
amlogic_codec:t9015{
#sound-dai-cells = <0>;
/*compatible = "amlogic, aml_codec_T9015";*/
compatible = "amlogic, aml_codec_T9015";
reg = <0x0 0xFF632000 0x0 0x2000>;
is_auge_used = <1>; /* meson or auge chipset used */
tdmout_index = <1>;
status = "disabled";
status = "okay";
};
audio_effect:eqdrc{
/*eq_enable = <1>;*/
@@ -568,7 +568,7 @@
};
tdmbcodec: codec {
sound-dai = <&dummy_codec &dummy_codec
&dummy_codec &ad82584f_62>;
&amlogic_codec &ad82584f_62>;
};
};
@@ -931,7 +931,7 @@
* 3: spdifout;
* 4: spdifout_b;
*/
samesource_sel = <4>;
/* samesource_sel = <4>; */
};
aml_tdmc: tdmc {