summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/r820t.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2013-04-10 13:51:45 +0200
committerMauro Carvalho Chehab2013-04-17 02:28:31 +0200
commit84ddc33c20cd026871eb3585ed77badacb0fc113 (patch)
treef78d7318d293b137bb36fa2e2f97eb82193a4a75 /drivers/media/tuners/r820t.h
parent[media] r820t: Show the read data in the bit-reversed order (diff)
downloadkernel-qcow2-linux-84ddc33c20cd026871eb3585ed77badacb0fc113.tar.gz
kernel-qcow2-linux-84ddc33c20cd026871eb3585ed77badacb0fc113.tar.xz
kernel-qcow2-linux-84ddc33c20cd026871eb3585ed77badacb0fc113.zip
[media] r820t: add support for diplexer
This is part of the original driver, and adding it doesn't hurt, so add it, to better sync the code. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> Tested-by: Antti Palosaari <crope@iki.fi>
Diffstat (limited to 'drivers/media/tuners/r820t.h')
-rw-r--r--drivers/media/tuners/r820t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/r820t.h b/drivers/media/tuners/r820t.h
index a64a7b630729..949575a41d49 100644
--- a/drivers/media/tuners/r820t.h
+++ b/drivers/media/tuners/r820t.h
@@ -32,10 +32,10 @@ enum r820t_chip {
struct r820t_config {
u8 i2c_addr; /* 0x34 */
-
u32 xtal;
enum r820t_chip rafael_chip;
unsigned max_i2c_msg_len;
+ bool use_diplexer;
};
#if IS_ENABLED(CONFIG_MEDIA_TUNER_R820T)