Files
linux/drivers
Mauro Carvalho Chehab f3ea9da24b media: vidtv: fix frequency tuning logic
Right now, there are some issues at the tuning logic:

1) the config struct is not copied at the tuner driver.
   so, it won't use any frequency table at all;
2) the code that checks for frequency shifts is called
   at set_params. So, lock_status will never be zeroed;
3) the signal strength will also report a strong
   signal, even if not tuned;
4) the logic is not excluding non-set frequencies.

Fix those issues.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-09-14 15:49:08 +02:00
..
2020-08-28 21:17:56 +02:00
2020-08-02 18:26:51 +03:00
2020-07-27 11:49:37 +02:00
2020-09-07 16:13:06 +02:00
2020-09-07 16:13:06 +02:00