aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/ts2020.h
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2012-12-28 19:40:33 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-12-28 21:37:36 -0200
commitb858c331cdf402853be2c48c8f4f77173ef04da8 (patch)
tree456fdd9581b3416fa17b359b3e417af4cf4dd73e /drivers/media/dvb-frontends/ts2020.h
parent[media] ds3000: lock led procedure added (diff)
downloadlinux-dev-b858c331cdf402853be2c48c8f4f77173ef04da8.tar.xz
linux-dev-b858c331cdf402853be2c48c8f4f77173ef04da8.zip
[media] m88rs2000: make use ts2020
Tuner part of Montage rs2000 chip is similar to ts2020 tuner. Patch to use ts2020 code. [mchehab@redhat.com: a few CodingStyle fixes] Signed-off-by: Igor M. Liplianin <liplianin@me.by> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/ts2020.h')
-rw-r--r--drivers/media/dvb-frontends/ts2020.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/ts2020.h b/drivers/media/dvb-frontends/ts2020.h
index 13a172dfd582..c7e64afa614a 100644
--- a/drivers/media/dvb-frontends/ts2020.h
+++ b/drivers/media/dvb-frontends/ts2020.h
@@ -26,6 +26,7 @@
struct ts2020_config {
u8 tuner_address;
+ u8 clk_out_div;
};
#if defined(CONFIG_DVB_TS2020) || \