]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb_usb_v2: add .get_ts_config() callback
authorAntti Palosaari <crope@iki.fi>
Tue, 29 May 2012 15:17:20 +0000 (12:17 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 4 Aug 2012 10:56:23 +0000 (07:56 -0300)
commit35c6f12c631940ee378cfa5713b80d311beb76cf
tree9723520eb2957b8d3e773996d604375524b2b007
parentcb41198d563e78b63ad213894dc72239591b7b84
[media] dvb_usb_v2: add .get_ts_config() callback

Add new callback in order to resolve used TS (MPEG transport stream)
configuration. Normal TS is 188 byte payload only but there is
currently 204 byte TS and raw TS supported too.

Traditionally TS type was mapped as a frontend property but it
does not work no longer after we changed from MFE (multi-frontend)
to SFE (single-frontend). So it is not possible to map TS for the
given FE as there could be only one FE instead of multiple.

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_urb.c