PD#170722: hdmirx: keep bandgap enabled to fix bibi sound issue
Change-Id: I55e6cb9084ea93f5bf4accf1cffc04d873cb7c0e
Signed-off-by: yicheng shen <yicheng.shen@amlogic.com>
struct hdmirx_dev_s *devp;
struct tvin_parm_s *parm;
- /* should disable the adc ref signal for audio pll */
- vdac_enable(0, 0x10);
+ /*
+ * txl:should disable the adc ref signal for audio pll
+ * txlx:dont disable the adc ref signal for audio pll(not
+ * reset the vdac) to avoid noise issue
+ */
+ if (rx.chip_id == CHIP_ID_TXL)
+ vdac_enable(0, 0x10);
/* open_flage = 0; */
rx.open_fg = 0;
*
*
*/
-#define RX_VER2 "ver.2018/07/12"
+#define RX_VER2 "ver.2018/07/30"
/* 50ms timer for hdmirx main loop (HDMI_STATE_CHECK_FREQ is 20) */