Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4020c18a authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 891e0559
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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;