diff options
author | Gerd Knorr <devnull@localhost> | 2005-01-13 17:22:33 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-01-13 17:22:33 +0000 |
commit | bc5318acb6a825d4efc39704e8fbc5b25e7a69e2 (patch) | |
tree | ff76038c6ddc278f58d517d71c10e50adb96ece2 /linux/include/media | |
parent | 5e7e4300bdef43bbc9db1f4661e1867a18ab8aff (diff) | |
download | mediapointer-dvb-s2-bc5318acb6a825d4efc39704e8fbc5b25e7a69e2.tar.gz mediapointer-dvb-s2-bc5318acb6a825d4efc39704e8fbc5b25e7a69e2.tar.bz2 |
- card-specific and other fixes from various people.
- more pinnacle 300i work (still not functional :-/).
Diffstat (limited to 'linux/include/media')
-rw-r--r-- | linux/include/media/tuner.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index 6f97e0478..3e9bac43d 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -110,10 +110,12 @@ #define TDA9887_SET_CONFIG _IOW('t',5,int) /* tv card specific */ # define TDA9887_PRESENT (1<<0) -# define TDA9887_PORT1 (1<<1) -# define TDA9887_PORT2 (1<<2) +# define TDA9887_PORT1_INACTIVE (1<<1) +# define TDA9887_PORT2_INACTIVE (1<<2) # define TDA9887_QSS (1<<3) # define TDA9887_INTERCARRIER (1<<4) +# define TDA9887_PORT1_ACTIVE (1<<5) +# define TDA9887_PORT2_ACTIVE (1<<6) /* config options */ # define TDA9887_DEEMPHASIS_MASK (3<<16) # define TDA9887_DEEMPHASIS_NONE (1<<16) |