V4L/DVB (9801): cx18: Allow more than 63 capture buffers in rotation per stream
authorAndy Walls <awalls@radix.net>
Tue, 9 Dec 2008 02:02:45 +0000 (23:02 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:38:29 +0000 (09:38 -0200)
cx18: Allow more than 63 capture buffers in rotation per stream.  Implement
q_busy to hold buffers the firmware has for use.  q_free holds truly unused
buffers in a pool.  New buffers are given to the firmware as soon as the
firmware returns one, if there are any to give to the firmware.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found