diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-01-05 16:50:14 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:05:05 -0200 |
commit | 27c685a4b09b5e391023d769cddb97e4fcb3b9e1 (patch) | |
tree | af296caf5de933e90f7c82170f0cc2e57dd062f0 /include/media | |
parent | dfc1c08aab447d49230dacb390d3f2263584d28f (diff) | |
download | kernel_samsung_aries-27c685a4b09b5e391023d769cddb97e4fcb3b9e1.zip kernel_samsung_aries-27c685a4b09b5e391023d769cddb97e4fcb3b9e1.tar.gz kernel_samsung_aries-27c685a4b09b5e391023d769cddb97e4fcb3b9e1.tar.bz2 |
V4L/DVB (7042): xc5000: Tuner analog support
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tuner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index 97be269..1bf24a6 100644 --- a/include/media/tuner.h +++ b/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) |