summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2/lmedm04.c
diff options
context:
space:
mode:
authorMalcolm Priestley2015-06-05 12:55:07 +0200
committerMauro Carvalho Chehab2015-06-10 16:12:42 +0200
commit9e8715c91da5567518fcfc16721e01f974536e4a (patch)
treecae0eef7dc8447df648f4dd8d47e698b89d28f58 /drivers/media/usb/dvb-usb-v2/lmedm04.c
parent[media] ts2020: Allow stats polling to be suppressed (diff)
downloadkernel-qcow2-linux-9e8715c91da5567518fcfc16721e01f974536e4a.tar.gz
kernel-qcow2-linux-9e8715c91da5567518fcfc16721e01f974536e4a.tar.xz
kernel-qcow2-linux-9e8715c91da5567518fcfc16721e01f974536e4a.zip
[media] lmedm04: Enable dont_poll for TS2020 tuner
Following a change made to TS2020 tuner in patches ts2020: Provide DVBv5 API signal strength ts2020: Allow stats polling to be suppressed Polling on the driver must be suppressed because the demuxer is stopped by I2C messages. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/lmedm04.c')
-rw-r--r--drivers/media/usb/dvb-usb-v2/lmedm04.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/lmedm04.c b/drivers/media/usb/dvb-usb-v2/lmedm04.c
index 1b6ca42ad116..d37940774503 100644
--- a/drivers/media/usb/dvb-usb-v2/lmedm04.c
+++ b/drivers/media/usb/dvb-usb-v2/lmedm04.c
@@ -799,6 +799,7 @@ static struct m88rs2000_config m88rs2000_config = {
static struct ts2020_config ts2020_config = {
.tuner_address = 0x60,
.clk_out_div = 7,
+ .dont_poll = true
};
static int dm04_lme2510_set_voltage(struct dvb_frontend *fe,