summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-04-15 10:33:56 +0000
committerGerd Knorr <devnull@localhost>2004-04-15 10:33:56 +0000
commit1bc6f4b012b018662a27554f110aac1a986111e2 (patch)
tree7b2677cf9ad98d40f5c64f17015dd50f7d238f90 /linux/drivers/media/video/cx88/cx88.h
parentcea421d04b89cee8285b93d46326bbefb58566b7 (diff)
downloadmediapointer-dvb-s2-1bc6f4b012b018662a27554f110aac1a986111e2.tar.gz
mediapointer-dvb-s2-1bc6f4b012b018662a27554f110aac1a986111e2.tar.bz2
- add audio status monitoring thread to cx88.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r--linux/drivers/media/video/cx88/cx88.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h
index e4d459913..f7fd2eefe 100644
--- a/linux/drivers/media/video/cx88/cx88.h
+++ b/linux/drivers/media/video/cx88/cx88.h
@@ -280,6 +280,9 @@ struct cx8800_dev {
/* other global state info */
u32 shadow[SHADOW_MAX];
+ int shutdown;
+ pid_t tpid;
+ struct completion texit;
struct cx8800_suspend_state state;
};
@@ -389,6 +392,7 @@ extern void __devinit cx88_card_setup(struct cx8800_dev *dev);
void cx88_set_tvaudio(struct cx8800_dev *dev);
void cx88_get_stereo(struct cx8800_dev *dev, struct v4l2_tuner *t);
void cx88_set_stereo(struct cx8800_dev *dev, u32 mode);
+int cx88_audio_thread(void *data);
/*
* Local variables: