summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2005-01-20 12:54:46 +0000
committerGerd Knorr <devnull@localhost>2005-01-20 12:54:46 +0000
commit419d9864c329244034f96e99ed2669c6839db068 (patch)
tree8d872771faee6a5079e53b98e658177d1ca7876d /linux/drivers/media/video/cx88/cx88.h
parent31d2c69f1756bd4f691afc3ee78231fb8ca7f3f5 (diff)
downloadmediapointer-dvb-s2-419d9864c329244034f96e99ed2669c6839db068.tar.gz
mediapointer-dvb-s2-419d9864c329244034f96e99ed2669c6839db068.tar.bz2
- cx88: pal-i fixes (Ian Pickworth).
- cx88: nicam-l fixes (Didier Caillaud). - cx88: misc minor fixes/cleanups.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r--linux/drivers/media/video/cx88/cx88.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h
index 5567ab9c9..571c979b8 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.48 2005/01/13 17:22:33 kraxel Exp $
+ * $Id: cx88.h,v 1.49 2005/01/20 12:54:46 kraxel Exp $
*
* v4l2 device driver for cx2388x based TV cards
*
@@ -265,6 +265,7 @@ struct cx88_core {
struct task_struct *kthread;
struct cx88_tvnorm *tvnorm;
u32 tvaudio;
+ u32 audiomode;
u32 input;
u32 astat;
@@ -520,7 +521,7 @@ extern void cx88_card_setup(struct cx88_core *core);
void cx88_set_tvaudio(struct cx88_core *core);
void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t);
-void cx88_set_stereo(struct cx88_core *core, u32 mode);
+void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual);
int cx88_audio_thread(void *data);
/* ----------------------------------------------------------- */