summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
diff options
context:
space:
mode:
authorJohannes Koch2013-07-17 19:28:16 +0200
committerMauro Carvalho Chehab2013-07-30 22:23:24 +0200
commitb43ea8068d2090cb1e44632c8a938ab40d2c7419 (patch)
tree65ab4d3eba305258da0bb1d1357edf1477cd9b06 /drivers/media/pci
parent[media] lirc: make transmit interface consistent (diff)
downloadkernel-qcow2-linux-b43ea8068d2090cb1e44632c8a938ab40d2c7419.tar.gz
kernel-qcow2-linux-b43ea8068d2090cb1e44632c8a938ab40d2c7419.tar.xz
kernel-qcow2-linux-b43ea8068d2090cb1e44632c8a938ab40d2c7419.zip
[media] cx23885: Fix TeVii S471 regression since introduction of ts2020
Patch to make TeVii S471 cards use the ts2020 tuner, since ds3000 driver no longer contains tuning code. Signed-off-by: Johannes Koch <johannes@ortsraum.de> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r--drivers/media/pci/cx23885/cx23885-dvb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b/drivers/media/pci/cx23885/cx23885-dvb.c
index 9c5ed10b2c5e..bb291c661143 100644
--- a/drivers/media/pci/cx23885/cx23885-dvb.c
+++ b/drivers/media/pci/cx23885/cx23885-dvb.c
@@ -1249,6 +1249,10 @@ static int dvb_register(struct cx23885_tsport *port)
fe0->dvb.frontend = dvb_attach(ds3000_attach,
&tevii_ds3000_config,
&i2c_bus->i2c_adap);
+ if (fe0->dvb.frontend != NULL) {
+ dvb_attach(ts2020_attach, fe0->dvb.frontend,
+ &tevii_ts2020_config, &i2c_bus->i2c_adap);
+ }
break;
case CX23885_BOARD_PROF_8000:
i2c_bus = &dev->i2c_bus[0];