mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00:00
[media] technisat-sub2: Fix stream curruption on high bitrate
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>
This commit is contained in:
parent
1fe3a8fe49
commit
b5b620584b
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ static struct dvb_usb_device_properties technisat_usb2_devices = {
|
|||
.isoc = {
|
||||
.framesperurb = 32,
|
||||
.framesize = 2048,
|
||||
.interval = 3,
|
||||
.interval = 1,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue