diff options
author | Gerd Knorr <devnull@localhost> | 2004-09-06 10:40:21 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-09-06 10:40:21 +0000 |
commit | 86e6c8cbd39e3f5ff9f121ff23f1c0b1741781b3 (patch) | |
tree | 196abc919eae7feaed3147732e8aaba88965984c /linux/drivers/media/video/cx88/cx88.h | |
parent | 05f9a06beff29d379571d105e161d99ffff72b03 (diff) | |
download | mediapointer-dvb-s2-86e6c8cbd39e3f5ff9f121ff23f1c0b1741781b3.tar.gz mediapointer-dvb-s2-86e6c8cbd39e3f5ff9f121ff23f1c0b1741781b3.tar.bz2 |
- cx88: misc dvb tweaks.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 0a2023f4c..8cc3a1753 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.30 2004/09/06 09:25:29 kraxel Exp $ + * $Id: cx88.h,v 1.31 2004/09/06 10:40:21 kraxel Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -523,6 +523,7 @@ int cx88_audio_thread(void *data); int cx8802_buf_prepare(struct cx8802_dev *dev, struct cx88_buffer *buf); void cx8802_buf_queue(struct cx8802_dev *dev, struct cx88_buffer *buf); +void cx8802_cancel_buffers(struct cx8802_dev *dev); int cx8802_init_common(struct cx8802_dev *dev); void cx8802_fini_common(struct cx8802_dev *dev); |