mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user