diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-01-05 14:50:14 -0500 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-01-05 14:50:14 -0500 |
commit | 0ff72a9f6b16aacf4796b7cc828a8e6ef23d21f6 (patch) | |
tree | 2eee9782f80c80e10d49c5e82d10c949a065413e /linux/include/media/tuner.h | |
parent | e2139d325792137613705857f08f07a43ba118f8 (diff) | |
download | mediapointer-dvb-s2-0ff72a9f6b16aacf4796b7cc828a8e6ef23d21f6.tar.gz mediapointer-dvb-s2-0ff72a9f6b16aacf4796b7cc828a8e6ef23d21f6.tar.bz2 |
xc5000: Tuner analog support
From: Steven Toth <stoth@hauppauge.com>
From Zhang: This an updated patch that adds analog support for
the xc5000 tuner driver. it was tested on a Pinnacle PCTV HD 800i
card (patches to follow).
Patch commited as-is, cleanup to follow ... Steve.
Signed-off-by: Chaogui Zhang <czhang1974@gmail.com>
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/include/media/tuner.h')
-rw-r--r-- | linux/include/media/tuner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index 97be269af..1bf24a6ed 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -121,6 +121,7 @@ #define TUNER_SAMSUNG_TCPG_6121P30A 73 /* Hauppauge PVR-500 PAL */ #define TUNER_TDA9887 74 /* This tuner should be used only internally */ #define TUNER_TEA5761 75 /* Only FM Radio Tuner */ +#define TUNER_XC5000 76 /* Xceive Silicon Tuner */ /* tv card specific */ #define TDA9887_PRESENT (1<<0) |