atv_demod: enable the nicam switch [1/1]
authornengwen.chen <nengwen.chen@amlogic.com>
Fri, 7 Jun 2019 02:37:19 +0000 (10:37 +0800)
committerTao Zeng <tao.zeng@amlogic.com>
Mon, 10 Jun 2019 03:19:57 +0000 (20:19 -0700)
PD#TV-6144

Problem:
enable the nicam switch.

Solution:
1.enable the nicam switch.

Verify:
Verified by x301

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

index 3d8a4b6..0bcd4b2 100644 (file)
@@ -41,7 +41,7 @@ unsigned int aud_std = AUDIO_STANDARD_NICAM_DK;
 unsigned int aud_mode = AUDIO_OUTMODE_STEREO;
 bool aud_auto = true;
 bool aud_reinit;
-bool aud_mono_only = true;
+bool aud_mono_only;
 unsigned long over_threshold = 0xffff;
 unsigned long input_amplitude = 0xffff;