summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/rtl2832.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2015-12-20 00:57:20 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-12-23 14:12:31 -0200
commit4020c18a94dda9a5a52059f00ae582eada67b810 (patch)
tree777e63c5c947eb3c986970b789a5e97e79658948 /drivers/media/dvb-frontends/rtl2832.c
parent891e0559387e94292287f5c5d1c61cd39742f46b (diff)
downloadlinux-4020c18a94dda9a5a52059f00ae582eada67b810.tar.gz
linux-4020c18a94dda9a5a52059f00ae582eada67b810.tar.bz2
linux-4020c18a94dda9a5a52059f00ae582eada67b810.zip
[media] rtl2832: do not filter out slave TS null packets
Do not remove slave TS NULL padding PID (0x1fff) by default as there is no real need. After that whole TS is passed to kernel sw PID filter. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/rtl2832.c')
-rw-r--r--drivers/media/dvb-frontends/rtl2832.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/dvb-frontends/rtl2832.c b/drivers/media/dvb-frontends/rtl2832.c
index 60250cc84900..10f2119935da 100644
--- a/drivers/media/dvb-frontends/rtl2832.c
+++ b/drivers/media/dvb-frontends/rtl2832.c
@@ -1100,18 +1100,6 @@ static int rtl2832_enable_slave_ts(struct i2c_client *client)
if (ret)
goto err;
- ret = rtl2832_bulk_write(client, 0x022, "\x01", 1);
- if (ret)
- goto err;
-
- ret = rtl2832_bulk_write(client, 0x026, "\x1f", 1);
- if (ret)
- goto err;
-
- ret = rtl2832_bulk_write(client, 0x027, "\xff", 1);
- if (ret)
- goto err;
-
ret = rtl2832_bulk_write(client, 0x192, "\x7f\xf7\xff", 3);
if (ret)
goto err;