media: cx23885: Add i2c device analog tuner support
authorBrad Love <brad@nextdimension.cc>
Thu, 14 Nov 2019 20:04:04 +0000 (21:04 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 21 Apr 2020 14:49:21 +0000 (16:49 +0200)
commitfbc9a49cf2721ac78b964c3eef7566efc6f1db23
treee27ff64d9a9dd18048be900370be6e7ed291cb99
parent2be355a08e191110237b9b908b8af1e3da573d9b
media: cx23885: Add i2c device analog tuner support

Hauppauge QuadHD/1265/5525 boards all use i2c device drivers and
have tuner_type equal TUNER_ABSENT. This means additional support
is required to enable the analog tuning capability, a case
statement is used to identify these models.

Signed-off-by: Brad Love <brad@nextdimension.cc>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/cx23885/cx23885-video.c