media: vidtv: implement a tuner driver
authorDaniel W. S. Almeida <dwlsalmeida@gmail.com>
Fri, 21 Aug 2020 12:58:45 +0000 (14:58 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sat, 12 Sep 2020 07:42:16 +0000 (09:42 +0200)
commit24fb190e92e09c819f432cdf366a1540cf52f1f2
treef3313b5bda0ebe54e0dc745450f161e9a1e2a860
parent5e8db34966222c34d7e98767a2d54b6bb3aa248d
media: vidtv: implement a tuner driver

The virtual DVB test driver serves as a reference DVB driver and helps
validate the existing APIs in the media subsystem. It can also aid
developers working on userspace applications.

This dummy tuner should support common TV standards such as DVB-T/T2/S/S2,
ISDB-T and ATSC when completed.

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