summaryrefslogtreecommitdiffstats
path: root/include/media/tuner.h
diff options
context:
space:
mode:
authorHartmut Hackmann2005-11-09 06:38:42 +0100
committerLinus Torvalds2005-11-09 16:56:30 +0100
commit90e9df7f186876584b938e01fcf7f40a50c950b9 (patch)
tree630e9515da682fc1a29006ec89a9f008f1c4ae02 /include/media/tuner.h
parent[PATCH] V4L: 902: saa6588.c should build saa6588.ko rather than rds.ko (diff)
downloadkernel-qcow2-linux-90e9df7f186876584b938e01fcf7f40a50c950b9.tar.gz
kernel-qcow2-linux-90e9df7f186876584b938e01fcf7f40a50c950b9.tar.xz
kernel-qcow2-linux-90e9df7f186876584b938e01fcf7f40a50c950b9.zip
[PATCH] V4L: 904: added dvb support for tda8275a philips tiger reference design
Added dvb support for tda8275a (Philips Tiger reference design) Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/media/tuner.h')
-rw-r--r--include/media/tuner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h
index 5196d9eac442..9184e534b7ef 100644
--- a/include/media/tuner.h
+++ b/include/media/tuner.h
@@ -211,10 +211,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, \