summaryrefslogtreecommitdiff
path: root/linux/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-13 11:58:43 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-13 11:58:43 -0300
commit1578e14b943d0db4c03ad27e229a4df96207226e (patch)
tree4d93226211dea9c168c4164e865126866847f108 /linux/include/media
parentcd67e78204d5af9dd57eec434cd35517d3c1e2b3 (diff)
downloadmediapointer-dvb-s2-1578e14b943d0db4c03ad27e229a4df96207226e.tar.gz
mediapointer-dvb-s2-1578e14b943d0db4c03ad27e229a4df96207226e.tar.bz2
videobuf-vmalloc: fix STREAMOFF/STREAMON
From: Mauro Carvalho Chehab <mchehab@infradead.org> There were a small bug on videobuf-vmalloc that were preventing STREAMOFF to work. The issue is that vmalloc'ed mmaped memory should only be freed after being sure that there aren't any mmap usage. Otherwise, the memory remap will stop working, and the userspace won't receive any frames. This bug were affecting some userspace applications, like tvtime. After this patch, tvtime started to work again with the drivers that use videobuf-vmalloc. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include/media')
0 files changed, 0 insertions, 0 deletions