aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv6110.h
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@netup.ru>2009-07-19 16:37:09 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 11:18:00 -0400
commit92782bb00387585e2a4249f6996da3c863c1f580 (patch)
treeddd300634b7fccc9377875536ca059f84ddaa13d /drivers/media/dvb/frontends/stv6110.h
parent25ea66e2696066a12274119ceec084963427e75b (diff)
V4L/DVB (12309): Add output clock configuration for stv6110 tuner.
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv6110.h')
-rw-r--r--drivers/media/dvb/frontends/stv6110.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv6110.h b/drivers/media/dvb/frontends/stv6110.h
index 1c0314d6aa55..2574e1fba9d7 100644
--- a/drivers/media/dvb/frontends/stv6110.h
+++ b/drivers/media/dvb/frontends/stv6110.h
@@ -42,6 +42,7 @@ struct stv6110_config {
42 u8 i2c_address; 42 u8 i2c_address;
43 u32 mclk; 43 u32 mclk;
44 int iq_wiring; 44 int iq_wiring;
45 u8 clk_div; /* divisor value for the output clock */
45}; 46};
46 47
47#if defined(CONFIG_DVB_STV6110) || (defined(CONFIG_DVB_STV6110_MODULE) \ 48#if defined(CONFIG_DVB_STV6110) || (defined(CONFIG_DVB_STV6110_MODULE) \