V4L/DVB (6054): ivtv: specify some stream sizes in kB instead of MB
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 19 Aug 2007 08:32:33 +0000 (05:32 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:05:41 +0000 (22:05 -0300)
commit313e91e824c0c595dec3740c0c87f55eea6bdb3f
tree5e92f0e39e117c724550e0e7c8008717d287740b
parent2ce55b606b29c6ab0c8583772f6807b49cc89372
V4L/DVB (6054): ivtv: specify some stream sizes in kB instead of MB

Some streams (PCM, VBI decoding) do not need that much memory, so specify
the allocated memory in kB instead of MB to limit memory usage. E.g. 1 MB
is overkill for the VBI decoding stream, 64 kB is enough.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/ivtv-driver.c
drivers/media/video/ivtv/ivtv-driver.h
drivers/media/video/ivtv/ivtv-streams.c