From bc5318acb6a825d4efc39704e8fbc5b25e7a69e2 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Thu, 13 Jan 2005 17:22:33 +0000 Subject: - card-specific and other fixes from various people. - more pinnacle 300i work (still not functional :-/). --- linux/include/media/tuner.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'linux/include/media') 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) -- cgit v1.2.3