projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a73b8c
)
atv_demod: enable the nicam switch [1/1]
author
nengwen.chen
<nengwen.chen@amlogic.com>
Fri, 7 Jun 2019 02:37:19 +0000
(10:37 +0800)
committer
Tao 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
patch
|
blob
|
history
diff --git
a/drivers/amlogic/atv_demod/atvdemod_func.c
b/drivers/amlogic/atv_demod/atvdemod_func.c
index 3d8a4b6ee17037e3e2e085e646de12173c72f2a5..0bcd4b230f40273753c8e299b10069bcafe517d0 100644
(file)
--- a/
drivers/amlogic/atv_demod/atvdemod_func.c
+++ b/
drivers/amlogic/atv_demod/atvdemod_func.c
@@
-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;