summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMarkus Rechberger <mrechberger@gmail.com>2006-02-27 00:07:27 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-02-27 00:07:27 -0300
commit0004fd59d57a5875db8897966c414a88b5dad481 (patch)
treee0f28025301fb87125c38ed51a51f6f29456d1fa /include/media
parent1d519605f13dd2c51024060465a16ddd1abfb649 (diff)
downloadop-kernel-dev-0004fd59d57a5875db8897966c414a88b5dad481.zip
op-kernel-dev-0004fd59d57a5875db8897966c414a88b5dad481.tar.gz
V4L/DVB (3291): Added support for xc3028 analogue tuner (Hauppauge HVR900, Terratec Hybrid XS)
Added support for xc3028 to v4l which adds support for: * Terratec Hybrid XS (analogue) * Hauppauge HVR 900 (analogue) Signed-off-by: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/tuner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h
index a5beeac..f51759c 100644
--- a/include/media/tuner.h
+++ b/include/media/tuner.h
@@ -117,6 +117,8 @@
#define TUNER_TNF_5335MF 69 /* Sabrent Bt848 */
#define TUNER_SAMSUNG_TCPN_2121P30A 70 /* Hauppauge PVR-500MCE NTSC */
+#define TUNER_XCEIVE_XC3028 71
+
/* tv card specific */
#define TDA9887_PRESENT (1<<0)
#define TDA9887_PORT1_INACTIVE (1<<1)
@@ -209,6 +211,7 @@ struct tuner {
extern unsigned const int tuner_count;
extern int microtune_init(struct i2c_client *c);
+extern int xc3028_init(struct i2c_client *c);
extern int tda8290_init(struct i2c_client *c);
extern int tda8290_probe(struct i2c_client *c);
extern int tea5767_tuner_init(struct i2c_client *c);
OpenPOWER on IntegriCloud