PD#SWPL-5574
Problem:
amixer return error due to
ad82584f not exist in W411 platform
Solution:
Disable
ad82584f, and remove it from TDM output list
Verify:
Yes
Change-Id: I7fcd5ad31ba57887399c45d67b130e8c3d08e671
Signed-off-by: Blance Tang <guofeng.tang@amlogic.com>
};
tdmbcodec: codec {
sound-dai = <&dummy_codec &dummy_codec
- &amlogic_codec &ad82584f_62>;
+ &amlogic_codec &dummy_codec>;
};
};
compatible = "ESMT, ad82584f";
#sound-dai-cells = <0>;
reg = <0x31>;
- status = "okay";
+ status = "disabled";
reset_pin = <&gpio GPIOA_5 0>;
};
};
tdmbcodec: codec {
sound-dai = <&dummy_codec &dummy_codec
- &amlogic_codec &ad82584f_62>;
+ &amlogic_codec &dummy_codec>;
};
};
compatible = "ESMT, ad82584f";
#sound-dai-cells = <0>;
reg = <0x31>;
- status = "okay";
+ status = "disabled";
reset_pin = <&gpio GPIOA_5 0>;
};