mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
hdmirx: keep bandgap enabled to fix bibi sound issue
PD#170722: hdmirx: keep bandgap enabled to fix bibi sound issue Change-Id: I55e6cb9084ea93f5bf4accf1cffc04d873cb7c0e Signed-off-by: yicheng shen <yicheng.shen@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
31c9040d47
commit
12a12b8555
@@ -318,8 +318,13 @@ void hdmirx_dec_close(struct tvin_frontend_s *fe)
|
||||
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;
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
*
|
||||
*
|
||||
*/
|
||||
#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) */
|
||||
|
||||
Reference in New Issue
Block a user