summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7134/saa7134.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <devnull@localhost>2005-06-19 07:55:17 +0000
committerNickolay V. Shmyrev <devnull@localhost>2005-06-19 07:55:17 +0000
commitc44f94f03e393e81695977205fe183191976225c (patch)
treec448eb16a65710a9c09c33a87e28c8ef9f4ec19a /linux/drivers/media/video/saa7134/saa7134.h
parenta64154fc3d7c68f12b9919eaebfaff856214664b (diff)
downloadmediapointer-dvb-s2-c44f94f03e393e81695977205fe183191976225c.tar.gz
mediapointer-dvb-s2-c44f94f03e393e81695977205fe183191976225c.tar.bz2
Second part of Compro Patch
Diffstat (limited to 'linux/drivers/media/video/saa7134/saa7134.h')
-rw-r--r--linux/drivers/media/video/saa7134/saa7134.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134.h b/linux/drivers/media/video/saa7134/saa7134.h
index 6b0d7c7ce..e362d3c3f 100644
--- a/linux/drivers/media/video/saa7134/saa7134.h
+++ b/linux/drivers/media/video/saa7134/saa7134.h
@@ -1,5 +1,5 @@
/*
- * $Id: saa7134.h,v 1.45 2005/06/19 07:45:27 nsh Exp $
+ * $Id: saa7134.h,v 1.46 2005/06/19 07:55:17 nsh Exp $
*
* v4l2 device driver for philips saa7134 based TV cards
*
@@ -224,6 +224,10 @@ struct saa7134_board {
/* i2c chip info */
unsigned int tuner_type;
+ unsigned int radio_type;
+ unsigned char tuner_addr;
+ unsigned char radio_addr;
+
unsigned int tda9887_conf;
/* peripheral I/O */
@@ -414,6 +418,10 @@ struct saa7134_dev {
/* config info */
unsigned int board;
unsigned int tuner_type;
+ unsigned int radio_type;
+ unsigned char tuner_addr;
+ unsigned char radio_addr;
+
unsigned int tda9887_conf;
unsigned int gpio_value;
unsigned int irq2_mask;