atv_demod: fix audio output when adjust the input amplitude [1/1]
authornengwen.chen <nengwen.chen@amlogic.com>
Tue, 23 Apr 2019 02:52:07 +0000 (10:52 +0800)
committerTao Zeng <tao.zeng@amlogic.com>
Tue, 23 Apr 2019 08:15:58 +0000 (01:15 -0700)
PD#TV-4901

Problem:
fix audio output when adjust the input amplitude.

Solution:
fix audio output when adjust the input amplitude.

Verify:
verified by x301

Change-Id: If08e4adff6f4d0355448687ebe6756fa2e155704
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
drivers/amlogic/atv_demod/atv_demod_monitor.c

index 070a667..726b019 100644 (file)
@@ -32,7 +32,7 @@ bool atvdemod_overmodulated_en;
 bool atv_audio_overmodulated_en;
 bool audio_det_en;
 bool atvdemod_det_snr_en = true;
-bool audio_thd_en = true;
+bool audio_thd_en;
 bool atvdemod_det_nonstd_en;
 bool atvaudio_det_outputmode_en = true;
 bool audio_carrier_offset_det_en;