]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
[media] technisat-sub2: Fix stream curruption on high bitrate
authorCrazyCat <crazycat69@narod.ru>
Wed, 16 Apr 2014 20:22:01 +0000 (17:22 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 26 Jun 2014 12:20:18 +0000 (09:20 -0300)
Fix stream curruption on high bitrate (>60mbit).

Signed-off-by: Evgeny Plehov <EvgenyPlehov@ukr.net>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/dvb-usb/technisat-usb2.c

index d947e0379008b9aa6bc857272f3faedb45fb46a2..6b0b8b6b9e2afadc24169d1d72838b68ed98a7c1 100644 (file)
@@ -710,7 +710,7 @@ static struct dvb_usb_device_properties technisat_usb2_devices = {
                                        .isoc = {
                                                .framesperurb = 32,
                                                .framesize = 2048,
-                                               .interval = 3,
+                                               .interval = 1,
                                        }
                                }
                        },