mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
a2fd634e82
PD#SWPL-155284 Problem: Reboot system, earc discovery timeout. root cause:it will timeout by the follow: 1.hdmirx cable plugin, earctx_en_d2a is on. 2.audio hal set HDMI ARC Switch OFF, it will set earctx_en_d2a off 3.hdmirx set hpd is on, then earc discovery timeout as earctx_en_d2a is off. Solution: 1.don't disable earctx_en_d2a when set HDMI ARC Switch OFF. 2.it no need control hdmirx bandgap for t5m & t3x chip as earc and hdmirx bandgap separated, earc only control by earctx_en_d2a. Verify: t5m Change-Id: I10001bdee3e96c1784f59442b91c75fd0741a9db Signed-off-by: jian zhou <jian.zhou@amlogic.com> Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>