diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-10 15:51:45 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-17 04:28:31 +0400 |
commit | 84ddc33c20cd026871eb3585ed77badacb0fc113 (patch) | |
tree | f78d7318d293b137bb36fa2e2f97eb82193a4a75 /drivers/media/tuners/r820t.h | |
parent | 6b8c2308761029868f36d9037377806c63cf06e9 (diff) | |
download | linux-84ddc33c20cd026871eb3585ed77badacb0fc113.tar.xz |
[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.h | 2 |
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) |