media: vidtv: implement a demodulator driver
authorDaniel W. S. Almeida <dwlsalmeida@gmail.com>
Fri, 21 Aug 2020 12:58:46 +0000 (14:58 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sat, 12 Sep 2020 07:42:34 +0000 (09:42 +0200)
commitf5ffc3b6edf122966b31acf7ce65ebdad42d1417
tree9dbc43db8e6cd3205cef90252ec9eb23cfd64da3
parent24fb190e92e09c819f432cdf366a1540cf52f1f2
media: vidtv: implement a demodulator driver

Implement a I2C demodulator driver, simulating support for DVB-T, DVB-C
and DVB-S.

This demodulator will periodically check the signal quality against a table
and drop the TS lock if it drops below a threshold value, regaining it in
the event that the signal improves.

Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/test-drivers/vidtv/Makefile
drivers/media/test-drivers/vidtv/vidtv_demod.c [new file with mode: 0644]
drivers/media/test-drivers/vidtv/vidtv_demod.h [new file with mode: 0644]