diff options
| author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-05 17:44:04 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-05 17:44:04 +0000 |
| commit | 8a59c7d103ce703187bbc6aa1498adfb25dbb12d (patch) | |
| tree | 4d062c25c618f7d26ad4c72aaab08a3deec1a476 /linux/include | |
| parent | 4d257e90cc7ab196053d9b2fa34f7b50a69b0772 (diff) | |
| download | mediapointer-dvb-s2-8a59c7d103ce703187bbc6aa1498adfb25dbb12d.tar.gz mediapointer-dvb-s2-8a59c7d103ce703187bbc6aa1498adfb25dbb12d.tar.bz2 | |
tea5767.c, Makefile, tuner-core.c, tuner-simple.c, tuner.h:
- Support for radio chip tea5767hn included.
- It is used on several TV+FM cards, like cards with Tvision
tuners (maybe also Tenna?).
- This chip is always at I2C address 0xC0.
Diffstat (limited to 'linux/include')
| -rw-r--r-- | linux/include/media/tuner.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index f9dd563ec..d5881767e 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -25,6 +25,9 @@ #include "id.h" +/* Negative numbers reserved for radio tuners on TV cards */ +#define TUNER_TEA5797 -1 + #define TUNER_TEMIC_PAL 0 /* 4002 FH5 (3X 7756, 9483) */ #define TUNER_PHILIPS_PAL_I 1 #define TUNER_PHILIPS_NTSC 2 @@ -188,6 +191,7 @@ extern unsigned const int tuner_count; extern int microtune_init(struct i2c_client *c); extern int tda8290_init(struct i2c_client *c); +extern int tea5767_tuner_init(struct i2c_client *c); extern int default_tuner_init(struct i2c_client *c); #define tuner_warn(fmt, arg...) \ |
