summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/pt1/va1j5jf8007t.h
diff options
context:
space:
mode:
authorHIRANO Takahito <hiranotaka@zng.info>2010-04-07 14:48:48 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 15:57:32 (GMT)
commit4d1f413e820c7e1402475eea254e2bc82d98de35 (patch)
tree206e8f18587cb7bdd0cc5713df4c612a0a437363 /drivers/media/dvb/pt1/va1j5jf8007t.h
parent2f7908848642c177b16b71a2ed52b57d614637ef (diff)
downloadlinux-fsl-qoriq-4d1f413e820c7e1402475eea254e2bc82d98de35.tar.xz
V4L/DVB: pt1: Support Earthsoft PT2
Support Earthsoft PT2. Signed-off-by: HIRANO Takahito <hiranotaka@zng.info> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/pt1/va1j5jf8007t.h')
-rw-r--r--drivers/media/dvb/pt1/va1j5jf8007t.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/media/dvb/pt1/va1j5jf8007t.h b/drivers/media/dvb/pt1/va1j5jf8007t.h
index ed49906..2903be5 100644
--- a/drivers/media/dvb/pt1/va1j5jf8007t.h
+++ b/drivers/media/dvb/pt1/va1j5jf8007t.h
@@ -1,5 +1,5 @@
/*
- * ISDB-T driver for VA1J5JF8007
+ * ISDB-T driver for VA1J5JF8007/VA1J5JF8011
*
* Copyright (C) 2009 HIRANO Takahito <hiranotaka@zng.info>
*
@@ -24,8 +24,14 @@
#ifndef VA1J5JF8007T_H
#define VA1J5JF8007T_H
+enum va1j5jf8007t_frequency {
+ VA1J5JF8007T_20MHZ,
+ VA1J5JF8007T_25MHZ,
+};
+
struct va1j5jf8007t_config {
u8 demod_address;
+ enum va1j5jf8007t_frequency frequency;
};
struct i2c_adapter;