diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-25 13:46:01 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-25 13:46:01 +0000 |
commit | 04ab0ab204fb828e33e3898dbd18fb9c32dbd3ee (patch) | |
tree | 1924b33a262e65aa488146db0e0396c0c2b8d4e5 /linux/include | |
parent | 0cfd8a43345577f565a9bb4100fd68f80a479604 (diff) | |
download | mediapointer-dvb-s2-04ab0ab204fb828e33e3898dbd18fb9c32dbd3ee.tar.gz mediapointer-dvb-s2-04ab0ab204fb828e33e3898dbd18fb9c32dbd3ee.tar.bz2 |
tuner description now follows the same CodingStyle as the others
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/tuner.h | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index 3d3634917..97f456f90 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -1,4 +1,4 @@ -/* $Id: tuner.h,v 1.61 2005/11/08 16:51:29 nsh Exp $ +/* $Id: tuner.h,v 1.62 2005/11/25 13:46:01 mchehab Exp $ * tuner.h - definition for different tuners @@ -116,28 +116,6 @@ #define TUNER_PHILIPS_TUV1236D 68 /* ATI HDTV Wonder */ #define TUNER_TNF_5335MF 69 /* Sabrent Bt848 */ -#define NOTUNER 0 -#define PAL 1 /* PAL_BG */ -#define PAL_I 2 -#define NTSC 3 -#define SECAM 4 -#define ATSC 5 -#define RADIO 6 - -#define NoTuner 0 -#define Philips 1 -#define TEMIC 2 -#define Sony 3 -#define Alps 4 -#define LGINNOTEK 5 -#define SHARP 6 -#define Samsung 7 -#define Microtune 8 -#define HITACHI 9 -#define Panasonic 10 -#define TCL 11 -#define THOMSON 12 - #define TUNER_SET_TYPE_ADDR _IOW('T',3,int) #define TUNER_SET_STANDBY _IOW('T',4,int) #define TDA9887_SET_CONFIG _IOW('t',5,int) |