diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-07-03 00:22:14 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-07-03 00:22:14 +0000 |
commit | 78badebc2e534316f98cafe175f2e4f2096e79fa (patch) | |
tree | edf9c6f2fa6eaa067bdc24b5b974eb2d86b47b6c /linux/include | |
parent | de6f920cf48080cab26327090fedd7e96b1a68ba (diff) | |
download | mediapointer-dvb-s2-78badebc2e534316f98cafe175f2e4f2096e79fa.tar.gz mediapointer-dvb-s2-78badebc2e534316f98cafe175f2e4f2096e79fa.tar.bz2 |
* Make.config, tuner-core.c, tuner.h:
- Finish previous cleanups
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/tuner.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index d16e65fab..210b75510 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -1,5 +1,5 @@ -/* $Id: tuner.h,v 1.39 2005/07/02 15:24:11 nsh Exp $ +/* $Id: tuner.h,v 1.40 2005/07/03 00:22:14 nsh Exp $ * tuner.h - definition for different tuners @@ -26,8 +26,6 @@ #include <linux/videodev2.h> -#include "id.h" - #define ADDR_UNSET (255) #define TUNER_TEMIC_PAL 0 /* 4002 FH5 (3X 7756, 9483) */ @@ -133,11 +131,8 @@ #define TCL 11 #define THOMSON 12 -#define TUNER_SET_TYPE _IOW('t',1,int) /* set tuner type */ -#define TUNER_SET_TVFREQ _IOW('t',2,int) /* set tv freq */ -#define TUNER_SET_TYPE_ADDR _IOW('T',3,int) /* set tuner type and I2C addr */ - -#define TDA9887_SET_CONFIG _IOW('t',5,int) +#define TUNER_SET_TYPE_ADDR _IOW('T',3,int) +#define TDA9887_SET_CONFIG _IOW('t',5,int) /* tv card specific */ # define TDA9887_PRESENT (1<<0) |