aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/tuner.h
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2010-02-10 19:02:58 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 15:11:07 -0300
commitdbb9de9bc137e08dc47db960d5730e3251932e2b (patch)
treeae19a3a58d6d81c9a8928c4fc4fb96d768f862f5 /include/media/tuner.h
parentV4L/DVB: ivtv: Fix ivtv_api_get_data() to avoid unneeded IO during IRQ handling (diff)
downloadwireguard-linux-dbb9de9bc137e08dc47db960d5730e3251932e2b.tar.xz
wireguard-linux-dbb9de9bc137e08dc47db960d5730e3251932e2b.zip
V4L/DVB: tuner-types: Add Sony BTF-Pxn01Z tuner type used on GigaPocket cards
Sony makes custome tuners for its GigaPocket line of ivtv based capture cards. This adds an entry to the tuner-types list for such tuners. Parameters are based on experiments by Eric Anderson <rico99@sbcglobal.net>. Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/tuner.h')
-rw-r--r--include/media/tuner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h
index 4d5b53ff17db..5505c5360ca3 100644
--- a/include/media/tuner.h
+++ b/include/media/tuner.h
@@ -129,6 +129,7 @@
#define TUNER_PARTSNIC_PTI_5NF05 81
#define TUNER_PHILIPS_CU1216L 82
#define TUNER_NXP_TDA18271 83
+#define TUNER_SONY_BTF_PXN01Z 84
/* tv card specific */
#define TDA9887_PRESENT (1<<0)