diff options
author | Hartmut Hackmann <devnull@localhost> | 2005-11-02 21:43:50 +0000 |
---|---|---|
committer | Hartmut Hackmann <devnull@localhost> | 2005-11-02 21:43:50 +0000 |
commit | 6ace218198368a9fe17bca31b4f9364335a597c3 (patch) | |
tree | e46bb551eea4e6a0c5d3998436bedf850acee903 /linux/include/media/tuner.h | |
parent | 2bf11da52c2d694514469e123d8a0f6658953d07 (diff) | |
download | mediapointer-dvb-s2-6ace218198368a9fe17bca31b4f9364335a597c3.tar.gz mediapointer-dvb-s2-6ace218198368a9fe17bca31b4f9364335a597c3.tar.bz2 |
- Added dvb support for tda8275a (Philips Tiger reference design)
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
Diffstat (limited to 'linux/include/media/tuner.h')
-rw-r--r-- | linux/include/media/tuner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index 8d5de0ea0..335e9bb34 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -1,4 +1,4 @@ -/* $Id: tuner.h,v 1.59 2005/10/18 23:51:21 nsh Exp $ +/* $Id: tuner.h,v 1.60 2005/11/02 21:43:50 hhackmann Exp $ * tuner.h - definition for different tuners @@ -212,10 +212,10 @@ extern unsigned const int tuner_count; extern int microtune_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); extern int default_tuner_init(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 {\ printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \ |