mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
7372959d23
PD#SWPL-159967 Problem: improve dvbs bindscan(2) and tuner(rt710/rda5815m). Solution: Tune: rt710: 0x912 = 0x99; 0x118[bit0] = 0x1. rda5815m: 0x912 = 0x9f; 0x118[bit0] = 0x0. Blind scan: rt710: 0x912 = 0x98(blind_scan_new = 1); 0x912 = 0x99(blind_scan_new = 2); 0x118[bit0] = 0x1. rda5815m: 0x912 = 0x99; 0x118[bit0] = 0x0. Add TP by TP handle. improve bindscan(2) params. adapter tuner rt710/rda5815m. AMLDTVDEMOD_VER "V3.7.005". Verify: T6D. Change-Id: I594124a5a52d9f30f1b1d71b5402e93c8b6d3217 Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com> (cherry picked from commit 7f82823ff15b4ddd1ea4445c18216f73d65b7643)