diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-30 16:37:17 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-30 16:37:17 +0000 |
commit | 1d6b912020482abd6eb163baa0190a1da23b9f9e (patch) | |
tree | 5e41cca3a10483e9fa925a0bb174b0d7bd7e3773 /linux/include/media | |
parent | 29c59c47dfb646d340182b3500486b144ae7c1b7 (diff) | |
download | mediapointer-dvb-s2-1d6b912020482abd6eb163baa0190a1da23b9f9e.tar.gz mediapointer-dvb-s2-1d6b912020482abd6eb163baa0190a1da23b9f9e.tar.bz2 |
- Fixed bugs at TEA5767 autodetection code
- New debug code for identifying calls to set_type before I2C ok.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/include/media')
-rw-r--r-- | linux/include/media/tuner.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index a40ca4d48..bee807930 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -1,5 +1,5 @@ -/* $Id: tuner.h,v 1.35 2005/06/28 03:17:39 mchehab Exp $ +/* $Id: tuner.h,v 1.36 2005/06/30 16:37:17 mchehab Exp $ * tuner.h - definition for different tuners @@ -222,6 +222,7 @@ 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); +extern int tea5767_autodetection(struct i2c_client *c); #define tuner_warn(fmt, arg...) \ dev_printk(KERN_WARNING , &t->i2c.dev , fmt , ## arg) |