diff options
author | Andy Walls <awalls@radix.net> | 2008-08-23 17:36:50 -0400 |
---|---|---|
committer | Andy Walls <awalls@radix.net> | 2008-08-23 17:36:50 -0400 |
commit | 59261d01832b22f9e02fcdced94a1156259db422 (patch) | |
tree | 47273a350081b521dd8844024133ac684879c6ba /linux/drivers/media/video/saa7134 | |
parent | df6b47b428c6af3a87099d491e8b62904841e682 (diff) | |
download | mediapointer-dvb-s2-59261d01832b22f9e02fcdced94a1156259db422.tar.gz mediapointer-dvb-s2-59261d01832b22f9e02fcdced94a1156259db422.tar.bz2 |
cx18: Have CX23418 release buffers at end of capture.
From: Andy Walls <awalls@radix.net>
cx18: Have CX23418 release buffers at end of capture. The CX23418 reuses task
handles so we need to have it release the buffers associated with a task handle
at the end of a capture. If we don't, buffer ids used for one type of stream
in the driver (MPEG, TS, PCM), could be used for another type of stream by the
CX23418, if a previously used handle is assigned to a different type of stream.
The driver would drop valid buffers when this happened.
Priority: normal
Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers/media/video/saa7134')
0 files changed, 0 insertions, 0 deletions