summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-01-18 18:55:29 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-01-18 18:55:29 -0800
commit91eaefcf9fd936a118ca33e9226d1fd85440ed12 (patch)
tree347eef35578b19b8fc87428a048534875f99efc7 /include
parent355cf16f9478a5fedd77f253b9fcec591239f478 (diff)
[PATCH] v4l: tuner update
From: Gerd Knorr <kraxel@bytesex.org> This is a i2c tuner module update. Changes: * adds support for more tunes (mt2050, atsc, ...) * some reorganization, uses function pointers to branch to different functions for different tuner types.
Diffstat (limited to 'include')
-rw-r--r--include/media/tuner.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h
index c1a826b504ed..15657395aa12 100644
--- a/include/media/tuner.h
+++ b/include/media/tuner.h
@@ -65,14 +65,16 @@
#define TUNER_PHILIPS_FM1216ME_MK3 38
#define TUNER_LG_NTSC_NEW_TAPC 39
#define TUNER_HITACHI_NTSC 40
-
-
+#define TUNER_PHILIPS_PAL_MK 41
+#define TUNER_PHILIPS_ATSC 42
+#define TUNER_PHILIPS_FM1236_MK3 43
#define NOTUNER 0
#define PAL 1 /* PAL_BG */
#define PAL_I 2
#define NTSC 3
#define SECAM 4
+#define ATSC 5
#define NoTuner 0
#define Philips 1