diff options
author | Markus Rechberger <mrechberger@gmail.com> | 2006-02-26 22:07:27 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-26 22:07:27 -0500 |
commit | 0004fd59d57a5875db8897966c414a88b5dad481 (patch) | |
tree | e0f28025301fb87125c38ed51a51f6f29456d1fa /include/media/tuner.h | |
parent | 1d519605f13dd2c51024060465a16ddd1abfb649 (diff) |
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/tuner.h')
-rw-r--r-- | include/media/tuner.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index a5beeac495c7..f51759c0d180 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h | |||
@@ -117,6 +117,8 @@ | |||
117 | #define TUNER_TNF_5335MF 69 /* Sabrent Bt848 */ | 117 | #define TUNER_TNF_5335MF 69 /* Sabrent Bt848 */ |
118 | #define TUNER_SAMSUNG_TCPN_2121P30A 70 /* Hauppauge PVR-500MCE NTSC */ | 118 | #define TUNER_SAMSUNG_TCPN_2121P30A 70 /* Hauppauge PVR-500MCE NTSC */ |
119 | 119 | ||
120 | #define TUNER_XCEIVE_XC3028 71 | ||
121 | |||
120 | /* tv card specific */ | 122 | /* tv card specific */ |
121 | #define TDA9887_PRESENT (1<<0) | 123 | #define TDA9887_PRESENT (1<<0) |
122 | #define TDA9887_PORT1_INACTIVE (1<<1) | 124 | #define TDA9887_PORT1_INACTIVE (1<<1) |
@@ -209,6 +211,7 @@ struct tuner { | |||
209 | extern unsigned const int tuner_count; | 211 | extern unsigned const int tuner_count; |
210 | 212 | ||
211 | extern int microtune_init(struct i2c_client *c); | 213 | extern int microtune_init(struct i2c_client *c); |
214 | extern int xc3028_init(struct i2c_client *c); | ||
212 | extern int tda8290_init(struct i2c_client *c); | 215 | extern int tda8290_init(struct i2c_client *c); |
213 | extern int tda8290_probe(struct i2c_client *c); | 216 | extern int tda8290_probe(struct i2c_client *c); |
214 | extern int tea5767_tuner_init(struct i2c_client *c); | 217 | extern int tea5767_tuner_init(struct i2c_client *c); |