|
@@ -214,6 +214,7 @@ extern int tda8290_init(struct i2c_client *c);
|
|
extern int tea5767_tuner_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 default_tuner_init(struct i2c_client *c);
|
|
extern int tea5767_autodetection(struct i2c_client *c);
|
|
extern int tea5767_autodetection(struct i2c_client *c);
|
|
|
|
+extern int tda8290_probe(struct i2c_client *c);
|
|
|
|
|
|
#define tuner_warn(fmt, arg...) do {\
|
|
#define tuner_warn(fmt, arg...) do {\
|
|
printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \
|
|
printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \
|