[media] dvb_usb_v2: move PID filters from frontend to adapter
authorAntti Palosaari <crope@iki.fi>
Tue, 29 May 2012 21:05:40 +0000 (18:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 4 Aug 2012 10:56:24 +0000 (07:56 -0300)
commite46c5b66da84d8eccf4566216f0582964a28b73e
tree273c1eff34c2c988bc715bf118acb1fbfe3e53b1
parent3024985d15bdf5e8a55468a35c86ed9fa8c3eec5
[media] dvb_usb_v2: move PID filters from frontend to adapter

Filtering given PIDs from the transport stream is done by the
DVB USB bridge. It is highly possible there is limitations what
kind of stream DVB USB bridge can PID filter, but it still does
not make sense to define filters for each frontend as frontend
could offer different stream types for different standards.

Likely new way is to enable / disable PID filters are needed to
make decision at runtime (callback). PID filters are quite legacy
stuff as those are aimed cut stream smaller to fit for the USB1.1...

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/dvb_usb.h
drivers/media/dvb/dvb-usb/dvb_usb_dvb.c
drivers/media/dvb/dvb-usb/dvb_usb_init.c