]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] lmedm04: Enable dont_poll for TS2020 tuner
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 5 Jun 2015 10:55:07 +0000 (07:55 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 10 Jun 2015 14:12:42 +0000 (11:12 -0300)
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>
drivers/media/usb/dvb-usb-v2/lmedm04.c

index 1b6ca42ad116e954addb46288f470e9836712f19..d379407745038d1891964d98a15be3c9937253e7 100644 (file)
@@ -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,